Skip to content

Commit

Permalink
Add php7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 22, 2024
1 parent ff51d86 commit 7ce7c7b
Show file tree
Hide file tree
Showing 583 changed files with 2,010 additions and 29,061 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/vendor/
*.phar
deployer.phar
.phpunit.result.cache
docker-compose.override.yml
.php-cs-fixer.cache
2 changes: 0 additions & 2 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ if (!preg_match('/^\d+\.\d+\.\d+(\-\w+(\.\d+)?)?$/', $version)) {
exit(1);
}

echo `set -x; composer install --no-dev --prefer-dist --optimize-autoloader`;

$pharName = "deployer.phar";
$pharFile = __ROOT__ . '/' . $pharName;
if (file_exists($pharFile)) {
Expand Down
14 changes: 0 additions & 14 deletions deps/composer.json

This file was deleted.

Loading

0 comments on commit 7ce7c7b

Please sign in to comment.