Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 4757555

Browse files
authored
Add support for Laravel 6.x and Carbon 2.0
1 parent 4abe5a1 commit 4757555

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"keywords": ["Laravel", "GhostDatabase"],
1515
"require": {
1616
"php": "^7.1",
17-
"illuminate/support": "~5.4",
18-
"illuminate/database": "~5.4",
19-
"nesbot/carbon": "1.*",
20-
"spatie/laravel-db-snapshots": "~1.1"
17+
"illuminate/support": "^5.5|^6.0",
18+
"illuminate/database": "^5.5|^6.0",
19+
"nesbot/carbon": "^1.26.3 || ^2.0",
20+
"spatie/laravel-db-snapshots": "^1.1"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "~6.0",
24-
"orchestra/testbench": "~3.0"
23+
"phpunit/phpunit": "^6.0|^7.0|^8.0",
24+
"orchestra/testbench": "^3.0|^4.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)