Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maukoese authored Oct 13, 2024
1 parent 01eeb93 commit cd31ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": ">=7.0.0",
"encore/laravel-admin": "~1.6"
"php": "^8.2",
"osenco/laravel-admin": "^0.2"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "^10.5|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cd31ff4

Please sign in to comment.