Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 13, 2024
1 parent 4ebea91 commit 1339e6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
],
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
"dev-main": "5.x-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"laminas/laminas-permissions-acl": "^2.8",
"charcoal/object": "^4.1",
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/core": "^4.1",
"charcoal/translator": "^4.1"
"charcoal/object": "^5.0",
"charcoal/config": "^5.0",
"charcoal/factory": "^5.0",
"charcoal/core": "^5.0",
"charcoal/translator": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 1339e6d

Please sign in to comment.