Skip to content

Commit d4e4ba2

Browse files
committed
Upgrade php and nova
1 parent e232324 commit d4e4ba2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,16 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"php": "^8.0",
23-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0",
24-
"laravel/nova": "^4.0|^5.0"
22+
"php": "~8.2.0",
23+
"laravel/framework": "^11.0",
24+
"laravel/nova": "^5.0"
2525
},
26+
"repositories": [
27+
{
28+
"type": "composer",
29+
"url": "https://nova.laravel.com"
30+
}
31+
],
2632
"autoload": {
2733
"psr-4": {
2834
"Alexwenzel\\DependencyContainer\\": "src/"

0 commit comments

Comments
 (0)