Skip to content

Commit

Permalink
Release v7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 22, 2024
1 parent c788504 commit 12e99f9
Show file tree
Hide file tree
Showing 649 changed files with 0 additions and 103,313 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
env:
VERSION: ${{ inputs.version }}

- name: Build phar
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
env:
VERSION: ${{ inputs.version }}

- name: Build phar
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"

- name: Sign phar
run: |
mkdir -p ~/.gnupg/
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
deployer.phar
.phpunit.result.cache
docker-compose.override.yml
.php-cs-fixer.cache
13 changes: 0 additions & 13 deletions .php-cs-fixer.dist.php

This file was deleted.

9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

101 changes: 0 additions & 101 deletions bin/build

This file was deleted.

Binary file modified bin/dep
Binary file not shown.
56 changes: 0 additions & 56 deletions bin/docgen

This file was deleted.

33 changes: 0 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,44 +20,11 @@
"url": "https://github.com/sponsors/antonmedv"
}
],
"autoload": {
"psr-4": {
"Deployer\\": "src/"
},
"files": [
"vendor/autoload.php",
"src/Support/helpers.php",
"src/functions.php"
]
},
"scripts": {
"test": "pest",
"test:e2e": "pest --config tests/e2e/phpunit-e2e.xml",
"check": "php-cs-fixer check",
"fix": "php-cs-fixer fix",
"phpstan": "phpstan analyse -c phpstan.neon --memory-limit 1G",
"phpstan:baseline": "@phpstan --generate-baseline tests/phpstan-baseline.neon"
},
"bin": [
"bin/dep"
],
"require": {
"php": "^8.0|^7.3",
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"pestphp/pest": "^3.3",
"phpstan/phpstan": "^1.4",
"phpunit/php-code-coverage": "^11.0",
"phpunit/phpunit": "^11.4"
},
"config": {
"sort-packages": true,
"process-timeout": 0,
"allow-plugins": {
"pestphp/pest-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 12e99f9

Please sign in to comment.