Skip to content

Commit

Permalink
DEP Update dependencies for CMS 5
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 9, 2022
1 parent 43535ad commit 2d745e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,12 +11,12 @@
"require": {
"php": "^8.1",
"silverstripe/framework": "^5",
"symfony/event-dispatcher": "^5",
"symfony/event-dispatcher": "^5.4.9",
"psr/event-dispatcher": "^1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2d745e2

Please sign in to comment.