Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 562e84a

Browse files
committed
release PHP 7.4 downgraded
1 parent d9fad28 commit 562e84a

19 files changed

Lines changed: 4 additions & 363 deletions

.editorconfig

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

build/target-repository/.github/workflows/standalone_install.yaml renamed to .github/workflows/standalone_install.yaml

File renamed without changes.

build/rector-downgrade-php-74.php

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

build/target-repository/.github/FUNDING.yml

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

build/target-repository/composer.json

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

composer.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,20 @@
44
"description": "Prefer constructor over always called setters",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.2",
7+
"php": "^7.4|^8.0",
88
"phpstan/phpstan": "^2.1.14",
99
"webmozart/assert": "^1.11"
1010
},
11-
"require-dev": {
12-
"nikic/php-parser": "^5.4",
13-
"symplify/phpstan-extensions": "^12.0",
14-
"phpunit/phpunit": "^11.5",
15-
"rector/rector": "^2.1",
16-
"phpecs/phpecs": "^2.1",
17-
"phpstan/extension-installer": "^1.3",
18-
"tracy/tracy": "^2.10"
19-
},
2011
"autoload": {
2112
"psr-4": {
2213
"TomasVotruba\\Ctor\\": "src"
2314
}
2415
},
25-
"autoload-dev": {
26-
"psr-4": {
27-
"TomasVotruba\\Ctor\\Tests\\": "tests"
28-
}
29-
},
3016
"extra": {
3117
"phpstan": {
3218
"includes": [
3319
"config/extension.neon"
3420
]
3521
}
36-
},
37-
"config": {
38-
"platform-check": false,
39-
"allow-plugins": {
40-
"phpstan/extension-installer": true
41-
}
42-
},
43-
"scripts": {
44-
"check-cs": "vendor/bin/ecs check --ansi",
45-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
46-
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
47-
"rector": "vendor/bin/rector process --dry-run --ansi"
4822
}
4923
}

ecs.php

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

full-tool-build.sh

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

phpstan.neon

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

phpunit.xml

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

0 commit comments

Comments
 (0)