Skip to content

Commit 30fa525

Browse files
authored
feat: laravel 7 (#3)
1 parent 672c705 commit 30fa525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"homepage": "https://github.com/atymic/laravel-dateinterval-cast",
1313
"require": {
1414
"php": "^7.3",
15-
"laravel/framework": "7.x-dev"
15+
"laravel/framework": "^7.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.0",
19-
"orchestra/testbench": "5.x-dev",
19+
"orchestra/testbench": "^5.0",
2020
"phpstan/phpstan": "^0.12.9"
2121
},
2222
"minimum-stability": "dev",

0 commit comments

Comments
 (0)