Skip to content

Commit

Permalink
Update Composer dependencies
Browse files Browse the repository at this point in the history
Require Charcoal v5.
  • Loading branch information
mcaskill committed Mar 13, 2024
1 parent f712070 commit e8a9ea2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
"php": "^7.4 || ^8.0",
"ext-intl": "*",
"ext-json": "*",
"charcoal/config": "^4.0",
"charcoal/core": "^4.0",
"charcoal/object": "^4.0",
"charcoal/property": "^4.0",
"charcoal/translator": "^4.0",
"charcoal/config": "^5.0",
"charcoal/core": "^5.0",
"charcoal/object": "^5.0",
"charcoal/property": "^5.0",
"charcoal/translator": "^5.0",
"pimple/pimple": "^3.5"
},
"require-dev": {
"charcoal/charcoal": "dev-joel/feature/tabulator-input as 4.x-dev",
"php-coveralls/php-coveralls": "^2.2",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit e8a9ea2

Please sign in to comment.