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

Commit

Permalink
Composer requirment constraints updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunty committed Dec 26, 2016
1 parent 1a4d008 commit 211f812
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 @@ -20,9 +20,9 @@
}
},
"require": {
"php": "~5.6|~7.0",
"phpunit/phpunit": "~5.7",
"guzzlehttp/guzzle": "~6.2",
"php": "^5.6|^7.0",
"phpunit/phpunit": "^5.7",
"guzzlehttp/guzzle": "^6.2",
"spatie/array-to-xml": "^2.2"
},
"require-dev": {
Expand Down

0 comments on commit 211f812

Please sign in to comment.