Skip to content

Commit 8557736

Browse files
committed
release PHP 7.4 downgraded
1 parent 547d364 commit 8557736

File tree

575 files changed

+447
-9069
lines changed

Some content is hidden

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

575 files changed

+447
-9069
lines changed

.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.php

Lines changed: 0 additions & 9 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 & 27 deletions
This file was deleted.

build/target-repository/phpstan-for-tests.neon

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

build/target-repository/tests/SomeClass.php.inc

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

composer.json

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,10 @@
44
"description": "Set of Symplify rules for PHPStan",
55
"license": "MIT",
66
"require": {
7-
"php": ">=8.2",
8-
"webmozart/assert": "^1.12",
9-
"phpstan/phpstan": "^2.1.30",
10-
"nette/utils": "^4.0",
11-
"phpstan/phpdoc-parser": "^2.3"
12-
},
13-
"require-dev": {
14-
"nikic/php-parser": "^5.6",
15-
"phpunit/phpunit": "^11.5",
16-
"symfony/framework-bundle": "6.1.*",
17-
"phpecs/phpecs": "^2.2",
18-
"tomasvotruba/class-leak": "^2.1",
19-
"rector/rector": "^2.2.11",
20-
"phpstan/extension-installer": "^1.4",
21-
"symplify/phpstan-extensions": "^12.0",
22-
"tomasvotruba/unused-public": "^2.1",
23-
"tomasvotruba/type-coverage": "^2.0",
24-
"shipmonk/composer-dependency-analyser": "^1.8",
25-
"rector/jack": "^0.4.0"
7+
"php": "^7.4|^8.0",
8+
"phpstan/phpstan": "^2.1.22",
9+
"nette/utils": "^3.2|^4.0",
10+
"webmozart/assert": "^1.11"
2611
},
2712
"autoload": {
2813
"psr-4": {
@@ -32,29 +17,6 @@
3217
"src/functions/fast-functions.php"
3318
]
3419
},
35-
"autoload-dev": {
36-
"psr-4": {
37-
"Symplify\\PHPStanRules\\Tests\\": "tests"
38-
},
39-
"classmap": [
40-
"stubs"
41-
],
42-
"files": [
43-
"vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php"
44-
]
45-
},
46-
"config": {
47-
"platform-check": false,
48-
"allow-plugins": {
49-
"phpstan/extension-installer": true
50-
}
51-
},
52-
"scripts": {
53-
"check-cs": "vendor/bin/ecs check --ansi",
54-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
55-
"phpstan": "vendor/bin/phpstan analyse --ansi",
56-
"rector": "vendor/bin/rector process --dry-run --ansi"
57-
},
5820
"extra": {
5921
"phpstan": {
6022
"includes": [

ecs.php

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

phpstan.neon

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

0 commit comments

Comments
 (0)