Skip to content

Commit 12e99f9

Browse files
committed
Release v7.5.3
1 parent c788504 commit 12e99f9

File tree

649 files changed

+0
-103313
lines changed

Some content is hidden

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

649 files changed

+0
-103313
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
env:
3434
VERSION: ${{ inputs.version }}
3535

36-
- name: Build phar
37-
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"
38-
3936
- name: Set up Docker Buildx
4037
uses: docker/setup-buildx-action@v3
4138

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
env:
2828
VERSION: ${{ inputs.version }}
2929

30-
- name: Build phar
31-
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"
32-
3330
- name: Sign phar
3431
run: |
3532
mkdir -p ~/.gnupg/

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
deployer.phar
21
.phpunit.result.cache
32
docker-compose.override.yml
43
.php-cs-fixer.cache

.php-cs-fixer.dist.php

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

Dockerfile

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

bin/build

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

bin/dep

771 KB
Binary file not shown.

bin/docgen

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

composer.json

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,44 +20,11 @@
2020
"url": "https://github.com/sponsors/antonmedv"
2121
}
2222
],
23-
"autoload": {
24-
"psr-4": {
25-
"Deployer\\": "src/"
26-
},
27-
"files": [
28-
"vendor/autoload.php",
29-
"src/Support/helpers.php",
30-
"src/functions.php"
31-
]
32-
},
33-
"scripts": {
34-
"test": "pest",
35-
"test:e2e": "pest --config tests/e2e/phpunit-e2e.xml",
36-
"check": "php-cs-fixer check",
37-
"fix": "php-cs-fixer fix",
38-
"phpstan": "phpstan analyse -c phpstan.neon --memory-limit 1G",
39-
"phpstan:baseline": "@phpstan --generate-baseline tests/phpstan-baseline.neon"
40-
},
4123
"bin": [
4224
"bin/dep"
4325
],
4426
"require": {
4527
"php": "^8.0|^7.3",
4628
"ext-json": "*"
47-
},
48-
"require-dev": {
49-
"friendsofphp/php-cs-fixer": "^3.64",
50-
"pestphp/pest": "^3.3",
51-
"phpstan/phpstan": "^1.4",
52-
"phpunit/php-code-coverage": "^11.0",
53-
"phpunit/phpunit": "^11.4"
54-
},
55-
"config": {
56-
"sort-packages": true,
57-
"process-timeout": 0,
58-
"allow-plugins": {
59-
"pestphp/pest-plugin": true,
60-
"dealerdirect/phpcodesniffer-composer-installer": true
61-
}
6229
}
6330
}

0 commit comments

Comments
 (0)