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

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Feb 29, 2020
1 parent 3f36506 commit c8a8328
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
],
"require": {
"php": "~7.2.9|^7.3",
"dms/phpunit-arraysubset-asserts": "^0.1.0",
"phpunit/phpunit": "^8.0",
"vgirol/jsonapi-constant": "dev-master",
"dms/phpunit-arraysubset-asserts": "~0.1.1|^0.2",
"phpunit/phpunit": "~8.5.2|^9.0",
"vgirol/jsonapi-constant": "^1.1",
"vgirol/jsonapi-structure": "dev-master"
},
"require-dev": {
"infection/infection": "^0.14|^0.15"
"infection/infection": "^0.14|^0.15",
"vgirol/phpunit-exception": "~1.0.0|dev-master"
},
"minimum-stability": "stable",
"autoload": {
Expand Down

0 comments on commit c8a8328

Please sign in to comment.