Skip to content

Commit 34f02c1

Browse files
authored
Merge pull request #20 from bookboon/feature/upgrade-php-and-symfony-contraints
feat!: breaking change updated symfony & php contraints
2 parents dfbc08f + 027caf2 commit 34f02c1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=7.4",
18-
"symfony/dependency-injection": "^4.0|^5.0",
19-
"symfony/http-kernel": "^4.0|^5.0",
20-
"symfony/config": "^4.0|^5.0",
21-
"symfony/cache": "^4.0|^5.0",
17+
"php": ">=8.0",
18+
"symfony/dependency-injection": "^5.0|^6.0",
19+
"symfony/http-kernel": "^5.0|^6.0",
20+
"symfony/config": "^5.0|^6.0",
21+
"symfony/cache": "^5.0|^6.0",
2222
"bookboon/jsonld-client": "^2.4",
2323
"bookboon/api-models-php": "^1.2",
2424
"bookboon/oauth2-client-php": "^1.0"

0 commit comments

Comments
 (0)