Skip to content

Commit

Permalink
Set required package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Oct 3, 2024
1 parent 19ae8b1 commit 7201ee6
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,30 @@
],
"require": {
"php": ">=8.3",
"aplus/autoload": "^3.0",
"aplus/cache": "^4.0",
"aplus/cli": "^3.0",
"aplus/config": "^4.0",
"aplus/crypto": "^1.0.4",
"aplus/database": "^4.0",
"aplus/database-extra": "^4.0",
"aplus/date": "^3.0",
"aplus/debug": "^4.0",
"aplus/dev-commands": "^2.0",
"aplus/email": "^4.0",
"aplus/events": "^1.4.3",
"aplus/factories": "^1.0.2",
"aplus/helpers": "^4.0",
"aplus/http": "^6.0",
"aplus/http-client": "^5.0",
"aplus/image": "^3.0",
"aplus/language": "^4.0",
"aplus/log": "^4.0",
"aplus/mvc": "^4.0",
"aplus/pagination": "^4.0",
"aplus/routing": "^4.0",
"aplus/session": "^4.0",
"aplus/validation": "^3.0"
"aplus/autoload": "~3.0.1",
"aplus/cache": "~4.1.0",
"aplus/cli": "~3.0.1",
"aplus/config": "~4.0.1",
"aplus/crypto": "~2.0.1",
"aplus/database": "~4.1.2",
"aplus/database-extra": "~4.0.1",
"aplus/date": "~3.0.1",
"aplus/debug": "~4.0.3",
"aplus/dev-commands": "~2.0.2",
"aplus/email": "~4.0.1",
"aplus/events": "~2.0.0",
"aplus/factories": "~2.0.1",
"aplus/helpers": "~4.0.1",
"aplus/http": "~6.1.0",
"aplus/http-client": "~5.0.1",
"aplus/image": "~3.0.1",
"aplus/language": "~4.0.1",
"aplus/log": "~4.1.0",
"aplus/mvc": "~4.0.0",
"aplus/pagination": "~4.0.1",
"aplus/routing": "~4.0.1",
"aplus/session": "~4.0.1",
"aplus/validation": "~3.1.1"
},
"require-dev": {
"ext-xdebug": "*",
Expand Down

0 comments on commit 7201ee6

Please sign in to comment.