Skip to content

Commit 8f1f29a

Browse files
update to laravel 10
1 parent 102f78c commit 8f1f29a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "laravel-frontend-presets/argon",
3-
"description": "Laravel 9.x Front-end preset for argon",
3+
"description": "Laravel 10.x Front-end preset for argon",
44
"license": "MIT",
55
"homepage": "https://github.com/creativetimofficial/argon-dashboard-laravel",
66
"keywords": ["Laravel", "Preset", "Argon"],
77
"require": {
8-
"laravel/framework": "^9.0",
8+
"laravel/framework": "^10.0",
99
"laravel/legacy-factories": "^1.0"
1010
},
1111
"autoload": {
@@ -20,4 +20,4 @@
2020
]
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)