Skip to content

Commit

Permalink
Applied D9 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
suzymasri committed Mar 10, 2021
1 parent f958b99 commit 9fcdcfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"policy-verification"
],
"require": {
"symfony/config": "~3.4.0",
"symfony/console": "~3.4.0",
"symfony/dependency-injection": "~3.4.0"
"symfony/config": "^4.3",
"symfony/console": "^4.3",
"symfony/dependency-injection": "^4.3"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^7",
"php-coveralls/php-coveralls": "^2.0"
}
}

0 comments on commit 9fcdcfe

Please sign in to comment.