Skip to content

Commit

Permalink
Merge pull request #20 from bookboon/feature/upgrade-php-and-symfony-…
Browse files Browse the repository at this point in the history
…contraints

feat!: breaking change updated symfony & php contraints
  • Loading branch information
lkm authored Jul 12, 2022
2 parents dfbc08f + 027caf2 commit 34f02c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
}
],
"require": {
"php": ">=7.4",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/config": "^4.0|^5.0",
"symfony/cache": "^4.0|^5.0",
"php": ">=8.0",
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/config": "^5.0|^6.0",
"symfony/cache": "^5.0|^6.0",
"bookboon/jsonld-client": "^2.4",
"bookboon/api-models-php": "^1.2",
"bookboon/oauth2-client-php": "^1.0"
Expand Down

0 comments on commit 34f02c1

Please sign in to comment.