|
19 | 19 | "php": "^7.0", |
20 | 20 | "graham-campbell/guzzle-factory": "^2.1", |
21 | 21 | "guzzlehttp/guzzle": "^6.2", |
22 | | - "illuminate/console": "5.5.x-dev", |
23 | | - "illuminate/database": "5.5.x-dev", |
24 | | - "illuminate/events": "5.5.x-dev", |
25 | | - "illuminate/notifications": "5.5.x-dev", |
26 | | - "illuminate/queue": "5.5.x-dev", |
27 | | - "illuminate/support": "5.5.x-dev", |
| 22 | + "illuminate/console": "~5.5.0", |
| 23 | + "illuminate/database": "~5.5.0", |
| 24 | + "illuminate/events": "~5.5.0", |
| 25 | + "illuminate/notifications": "~5.5.0", |
| 26 | + "illuminate/queue": "~5.5.0", |
| 27 | + "illuminate/support": "~5.5.0", |
28 | 28 | "spatie/ssl-certificate": "^1.5.0", |
29 | 29 | "spatie/url": "^1.0.1" |
30 | 30 | }, |
31 | 31 | "require-dev": { |
32 | 32 | "mockery/mockery": "0.9.5", |
33 | | - "orchestra/testbench": "3.5.x-dev", |
| 33 | + "orchestra/testbench": "~3.5.0", |
34 | 34 | "phpunit/phpunit": "^6.3" |
35 | 35 | }, |
36 | 36 | "autoload": { |
|
55 | 55 | "Spatie\\UptimeMonitor\\UptimeMonitorServiceProvider" |
56 | 56 | ] |
57 | 57 | } |
58 | | - }, |
59 | | - "minimum-stability": "dev", |
60 | | - "prefer-stable": true |
| 58 | + } |
61 | 59 | } |
0 commit comments