Skip to content

Commit 5116e20

Browse files
committed
FIX: composer dependencies
1 parent 37ec2b5 commit 5116e20

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
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.1|^8.2|^8.3",
22-
"laravel/laravel": "^10.0|^11.0",
22+
"laravel/framework": "^10.0|^11.0",
2323
"ronanguilloux/isocodes": "^2.3.5"
2424
},
2525
"autoload": {
@@ -51,4 +51,4 @@
5151
},
5252
"sort-packages": true
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)