Skip to content

Commit

Permalink
update composer url, php 5.3 required
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 18, 2016
1 parent 390a8e6 commit f8bb0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"repositories": [
{
"type": "composer",
"url": "https://raw.githubusercontent.com/eventum/composer/repo/"
"url": "https://eventum.github.io/composer/"
}
],
"require": {
"eventum/rpc": "~3.0.0",
"ext-date": "*",
"php": ">=5.0.0"
"php": ">=5.3.0"
}
}

0 comments on commit f8bb0ba

Please sign in to comment.