Skip to content

Commit

Permalink
Bump the required versions of PHPUnit and Yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Jul 17, 2022
1 parent 498c802 commit 8295b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},

"require-dev": {
"symfony/yaml": "~3|~4|~5",
"phpunit/phpunit": "~8|~9",
"symfony/yaml": "^5.0||^6.0",
"phpunit/phpunit": "^8.5.19||^9.0",
"cucumber/cucumber": "dev-gherkin-24.0.0"
},

Expand Down

0 comments on commit 8295b48

Please sign in to comment.