Skip to content

Commit

Permalink
Merge pull request #153 from mickeymathieson/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependency versions
  • Loading branch information
goetas authored Oct 23, 2022
2 parents df731b2 + 761f205 commit 4d69276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
],
"license": "MIT",
"require": {
"php": ">=7.2",
"php": ">=7.2|^8.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^2.2|^3.0|^4.0|^5.0|^6.0",
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0|^6.0",
"symfony/config": "^2.2|^3.0|^4.0|^5.0|^6.0",
"goetas-webservices/xsd-reader": "^0.3.7",
"doctrine/inflector": "^2.0",
"laminas/laminas-code": "^3.3.2|^4.0",
"psr/log": "^1.0"
"psr/log": "^1.0 | ^2.0 | ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
Expand Down

0 comments on commit 4d69276

Please sign in to comment.