Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Mar 11, 2024
1 parent cb075fa commit db1f09c
Show file tree
Hide file tree
Showing 5 changed files with 842 additions and 1,407 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "symfony-bundle",
"description": "A set of classes and tools to quickly build a bundle",
"require": {
"php": ">=7.1",
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/config": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
"php": "^8.1",
"symfony/http-kernel": "^5.0 || ^6.0 || ^7.0",
"symfony/config": "^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest",
"doctrine/doctrine-bundle": "^1.0 || ^2.0",
"doctrine/doctrine-bundle": "^2.6",
"doctrine/doctrine-migrations-bundle": "^2.0 || ^3.0"
},
"authors": [
Expand Down
Loading

0 comments on commit db1f09c

Please sign in to comment.