Skip to content

Commit

Permalink
tweak sndsgd/error dependency
Browse files Browse the repository at this point in the history
ran into what _seems_ like a composer bug:
```
Problem 1
    - sndsgd/form 0.1.3 requires sndsgd/error ~0.0.3 -> satisfiable by sndsgd/error[0.0.4].
    - sndsgd/form dev-master requires sndsgd/error ~0.0.3 -> satisfiable by sndsgd/error[0.0.4].
    - Conclusion: don't install sndsgd/error 0.0.4
    - Installation request for sndsgd/form >=0.1.3 -> satisfiable by sndsgd/form[0.1.3, dev-master].
```
  • Loading branch information
sndsgd committed Jul 23, 2016
1 parent 6e50ace commit b6710b4
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 @@ -18,7 +18,7 @@
"require": {
"php": ">=7.0.0",
"sndsgd/util": ">=1.1.0",
"sndsgd/error": ">=0.0.4",
"sndsgd/error": "~0.0.4",
"sndsgd/form": ">=0.1.3",
"sndsgd/fs": ">=0.3.1"
},
Expand Down

0 comments on commit b6710b4

Please sign in to comment.