Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fix constraints before 5.1 release
  • Loading branch information
lcharette authored Mar 22, 2024
1 parent cf084ad commit a48019a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"require": {
"php": "^8.0",
"ext-gd": "*",
"userfrosting/framework": "^5.0",
"userfrosting/sprinkle-core": "^5.0",
"userfrosting/sprinkle-account": "^5.0",
"userfrosting/sprinkle-admin": "^5.0",
"userfrosting/theme-adminlte": "^5.0"
"userfrosting/framework": "~5.0.0",
"userfrosting/sprinkle-core": "~5.0.0",
"userfrosting/sprinkle-account": "~5.0.0",
"userfrosting/sprinkle-admin": "~5.0.0",
"userfrosting/theme-adminlte": "~5.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit a48019a

Please sign in to comment.