Skip to content

Commit c62a4e4

Browse files
committed
Upgrade to Laravel 10
1 parent acc2685 commit c62a4e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"laravel", "eloquent", "API", "models"
77
],
88
"require": {
9-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
10-
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0"
9+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
10+
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
1111
},
1212
"require-dev": {
1313
"php": "^7.1.3|^8.0",
14-
"phpunit/phpunit": "^9.0",
14+
"phpunit/phpunit": "^9.0|^10.0",
1515
"orchestra/testbench": "^6.0"
1616
},
1717
"license": "MIT",

0 commit comments

Comments
 (0)