Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
- Added manual sabre/uri requirement because of an incorrect dependency definition in sabre/xml.
- Removed version. Grab version from tag
- Changed dev-master to 1.x-dev
  • Loading branch information
marknl authored Jan 2, 2017
1 parent 3e5a0f7 commit a4c2639
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "marknl/iodef",
"description": "Library for parsing IODEF in PHP",
"version": "1.0.3",
"keywords": ["iodef", "rfc5070"],
"homepage": "http://e-rave.nl/iodef",
"type": "library",
"license": "GPL-2.0",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.x-dev"
}
},
"authors": [
Expand All @@ -25,8 +24,9 @@
},
"require": {
"php": ">=5.5.0",
"sabre/xml": "^1.2",
"vlucas/valitron": "~1.2.4"
"sabre/xml": "1.5.*",
"sabre/uri": "1.2.*",
"vlucas/valitron": "1.3.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a4c2639

Please sign in to comment.