Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Fixing snapshot versions
Browse files Browse the repository at this point in the history
Closes php-build#269

Signed-off-by: Graham Campbell <graham@mineuk.com>
  • Loading branch information
dasrecht authored and mlocher committed May 15, 2015
1 parent bb30506 commit 3c325b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion share/php-build/definitions/5.4snapshot
@@ -1,3 +1,3 @@
install_package "http://snaps.php.net/php5.4-latest.tar.bz2"
install_package_from_github PHP-5.4
install_pyrus
install_xdebug "2.3.2"
2 changes: 1 addition & 1 deletion share/php-build/definitions/5.5snapshot
@@ -1,4 +1,4 @@
install_package "http://snaps.php.net/php5.5-latest.tar.bz2"
install_package_from_github PHP-5.5
install_pyrus
install_xdebug "2.3.2"
enable_builtin_opcache
2 changes: 1 addition & 1 deletion share/php-build/definitions/5.6snapshot
@@ -1,4 +1,4 @@
install_package "http://snaps.php.net/php5.6-latest.tar.bz2"
install_package_from_github PHP-5.6
install_pyrus
install_xdebug "2.3.2"
enable_builtin_opcache

0 comments on commit 3c325b3

Please sign in to comment.