Skip to content

Commit

Permalink
update to PHP 8 and symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenk committed Jan 12, 2023
1 parent 501bc43 commit 5dd0e25
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 @@ -21,20 +21,20 @@
}
],
"require" : {
"php": "^7.4 || ^8.0",
"thecodingmachine/tdbm": "~5.3.0",
"php": "^8.1",
"thecodingmachine/tdbm": "^6.0",
"doctrine/doctrine-bundle": "^2",
"doctrine/orm": "^2",
"symfony/http-kernel": "^4.1.9 || ^5"
"symfony/http-kernel": "^5"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"symfony/security-bundle": "^4.1.9 || ^5",
"symfony/yaml": "^4.1.9 || ^5",
"symfony/security-bundle": "^5",
"symfony/yaml": "^5",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.2",
"thecodingmachine/tdbm-fluid-schema-builder": "^1.0.0",
"symfony/framework-bundle": "^5.2"
"symfony/framework-bundle": "^5.4"
},
"scripts": {
"phpstan": "phpstan analyse TdbmBundle.php DependencyInjection/ Utils/ -c phpstan.neon --level=8 --no-progress"
Expand Down

0 comments on commit 5dd0e25

Please sign in to comment.