Skip to content

Commit 1cd906b

Browse files
committed
update deps
1 parent d0d5daf commit 1cd906b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to `laravel-uptime-monitor` will be documented in this file
44

5-
## 3.0.0 - 2017-xx-xx
5+
## 3.0.0 - 2017-08-31
66

77
- add support for Laravel 5.5, drop support for Laravel 5.4
88
- renamed config file from `laravel-uptime-monitor` to `uptime-monitor`

composer.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"php": "^7.0",
2020
"graham-campbell/guzzle-factory": "^2.1",
2121
"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",
2828
"spatie/ssl-certificate": "^1.5.0",
2929
"spatie/url": "^1.0.1"
3030
},
3131
"require-dev": {
3232
"mockery/mockery": "0.9.5",
33-
"orchestra/testbench": "3.5.x-dev",
33+
"orchestra/testbench": "~3.5.0",
3434
"phpunit/phpunit": "^6.3"
3535
},
3636
"autoload": {
@@ -55,7 +55,5 @@
5555
"Spatie\\UptimeMonitor\\UptimeMonitorServiceProvider"
5656
]
5757
}
58-
},
59-
"minimum-stability": "dev",
60-
"prefer-stable": true
58+
}
6159
}

0 commit comments

Comments
 (0)