Skip to content

Commit

Permalink
fixed issue with PHP 7 with the package-versions requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheM1984 committed Sep 3, 2019
1 parent dc57c5f commit a95124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"phpunit/phpunit": "6.3 - 7.4",
"illuminate/events": "5.*",
"ocramius/package-versions": "^1.4"
"ocramius/package-versions": "^1.2"
},
"autoload": {
"psr-4": { "Konekt\\Enum\\Eloquent\\": "src/" },
Expand Down

0 comments on commit a95124d

Please sign in to comment.