Skip to content

Commit 29bd9bf

Browse files
committed
Laravel 9
1 parent c2a8d3a commit 29bd9bf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"laravel/framework": "^6.20|^7.14|^8.0",
13-
"laravel/passport": "^9.2|^10.0"
12+
"laravel/framework": "^9.0",
13+
"laravel/passport": "^10.0"
1414
},
1515
"require-dev": {
16-
"brainmaestro/composer-git-hooks": "^2.7",
1716
"friendsofphp/php-cs-fixer": "^3.0",
18-
"orchestra/testbench": "^5.3",
19-
"mockery/mockery": "^1.0",
20-
"phpunit/phpunit": "^9.0"
17+
"orchestra/testbench": "^7.0",
18+
"mockery/mockery": "^1.4",
19+
"phpunit/phpunit": "^9.5"
2120
},
2221
"autoload": {
2322
"psr-4": {

0 commit comments

Comments
 (0)