Skip to content

Commit ac6f48d

Browse files
authored
Laravel 10
1 parent a49dbe7 commit ac6f48d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
"nesbot/carbon": "^1.26.3 || ^2.0",
2020
"guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0",
2121
"firebase/php-jwt": "^5.0",
22-
"illuminate/support": "^7.0|^8.0|^9.0",
22+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
2323
"macsidigital/laravel-oauth2-client": "^1.2|^2.0"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "^2.16",
27-
"orchestra/testbench": "^4.0|^5.0|^6.0",
28-
"phpunit/phpunit": "^8.0|^9.0"
26+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
27+
"phpunit/phpunit": "^8.0|^9.0|^10.0"
2928
},
3029
"autoload": {
3130
"psr-4": {

0 commit comments

Comments
 (0)