Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Support Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Dec 4, 2019
1 parent 865e395 commit 0862213
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 @@ -18,16 +18,16 @@
"php": "^7.3",
"ext-json": "*",
"aws/aws-sdk-php": "^3.127",
"symfony/messenger": "^5.0",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/yaml": "^5.0"
"symfony/messenger": "^4.3|^5.0",
"symfony/config": "^4.3|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/http-kernel": "^4.3|^5.0",
"symfony/yaml": "^4.3|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mnapoli/hard-mode": "^0.2.0",
"phpstan/phpstan": "^0.12.0",
"symfony/framework-bundle": "^5.0"
"symfony/framework-bundle": "^4.3|^5.0"
}
}

0 comments on commit 0862213

Please sign in to comment.