Skip to content

Commit

Permalink
Allow symfony 7 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartakusMd authored Jan 2, 2024
1 parent 74f6f9e commit b78126e
Show file tree
Hide file tree
Showing 2 changed files with 1,534 additions and 1,023 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"require": {
"php": "^7.3 || ^8.0",
"symfony/config": "^4.3|^5.0|^6.0",
"symfony/dependency-injection": "^4.3|^5.0|^6.0",
"symfony/http-kernel": "^4.3|^5.0|^6.0",
"symfony/messenger": "^4.3|^5.0|^6.0",
"symfony/config": "^4.3|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^4.3|^5.0|^6.0|^7.0",
"symfony/http-kernel": "^4.3|^5.0|^6.0|^7.0",
"symfony/messenger": "^4.3|^5.0|^6.0|^7.0",
"microsoft/azure-storage-queue": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"symfony/var-dumper": "^4.3|^5.0|^6.0"
"phpunit/phpunit": "^9.0|^10.0",
"symfony/var-dumper": "^4.3|^5.0|^6.0|^7.0"
},
"scripts": {
"test": "phpunit tests --testdox"
Expand Down
Loading

0 comments on commit b78126e

Please sign in to comment.