Skip to content

Commit

Permalink
Allow usage on PHP 8 (#36)
Browse files Browse the repository at this point in the history
* Allow usage on PHP 8

* Update kununu/testing-bundle to 15.0
  • Loading branch information
hugo-goncalves-kununu authored Jan 3, 2022
1 parent a74ee80 commit 0f0431d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Kununu Projections",
"minimum-stability": "stable",
"require": {
"php": "^7.2"
"php": ">=7.2"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -13,8 +13,8 @@
"symfony/yaml": "^4.4",
"symfony/browser-kit": "^4.4",
"symfony/cache": "^4.4",
"jms/serializer-bundle": "^2.0",
"kununu/testing-bundle": "^14.0",
"jms/serializer-bundle": "^3.8",
"kununu/testing-bundle": "^15.0",
"kununu/scripts": "*"
},
"suggest": {
Expand Down

0 comments on commit 0f0431d

Please sign in to comment.