Skip to content

Commit 7ce7c7b

Browse files
committed
Add php7 support
1 parent ff51d86 commit 7ce7c7b

File tree

583 files changed

+2010
-29061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

583 files changed

+2010
-29061
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/vendor/
2-
*.phar
1+
deployer.phar
32
.phpunit.result.cache
43
docker-compose.override.yml
54
.php-cs-fixer.cache

bin/build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ if (!preg_match('/^\d+\.\d+\.\d+(\-\w+(\.\d+)?)?$/', $version)) {
2424
exit(1);
2525
}
2626

27-
echo `set -x; composer install --no-dev --prefer-dist --optimize-autoloader`;
28-
2927
$pharName = "deployer.phar";
3028
$pharFile = __ROOT__ . '/' . $pharName;
3129
if (file_exists($pharFile)) {

deps/composer.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)