Skip to content

Commit b68e45e

Browse files
committed
Upgrade laravel version to v12
1 parent ed74cb3 commit b68e45e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"authors": [
1212
{
13-
"name": "EgoistDeveloper",
13+
"name": "relliv",
1414
"email": "[email protected]"
1515
}
1616
],
@@ -20,12 +20,12 @@
2020
},
2121
"require": {
2222
"php": "^8.2 || ^8.1 || ^8.0",
23-
"illuminate/support": "^11.8 || ^10.0 || ^9.0"
23+
"illuminate/support": "^v12.10 || ^11.8 || ^10.0 || ^9.0"
2424
},
2525
"require-dev": {
26-
"mockery/mockery": "^1.6.12",
27-
"orchestra/testbench": "v9.1.0",
28-
"phpunit/phpunit": "^10.5.20"
26+
"mockery/mockery": "^1.6",
27+
"orchestra/testbench": "v10.2",
28+
"phpunit/phpunit": "^12.1"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)