Skip to content

Commit

Permalink
Merge pull request ezsystems#2010 from ezsystems/api_spi_split_compos…
Browse files Browse the repository at this point in the history
…er_json

Updated API and SPI composer.json
  • Loading branch information
andrerom committed Jun 12, 2017
2 parents 1b7582b + be49c27 commit 566a54a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eZ/Publish/API/composer.json
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://share.ez.no",
"license": "GPL-2.0",
"require": {
"php": ">=5.4.4"
"php": "~5.6|~7.0"
},
"autoload": {
"psr-0": {
Expand All @@ -13,7 +13,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.4.x-dev"
"dev-master": "6.10.x-dev"
}
},
"target-dir": "eZ/Publish/API"
Expand Down
4 changes: 2 additions & 2 deletions eZ/Publish/SPI/composer.json
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://share.ez.no",
"license": "GPL-2.0",
"require": {
"php": ">=5.4.4",
"php": "~5.6|~7.0",
"ezsystems/ezpublish-api": "self.version"
},
"autoload": {
Expand All @@ -14,7 +14,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.4.x-dev"
"dev-master": "6.10.x-dev"
}
},
"target-dir": "eZ/Publish/SPI"
Expand Down

0 comments on commit 566a54a

Please sign in to comment.