Skip to content

Commit

Permalink
Updated requirement for "sebastian/exporter" to "^2.0 || ^3.0"
Browse files Browse the repository at this point in the history
because users already requiring ^3.0 in their projects were experiencing
conflicts because it is not compatible with ^2.0
  • Loading branch information
rotexdegba committed Feb 7, 2019
1 parent 4397fb9 commit 8e340e0
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 @@ -20,7 +20,7 @@
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"sebastian/exporter": "^2.0",
"sebastian/exporter": "^2.0 || ^3.0",
"paragonie/random_compat": ">=1"
},
"require-dev": {
Expand Down

0 comments on commit 8e340e0

Please sign in to comment.