Skip to content

Commit 1cad946

Browse files
committed
release PHP 7.4 downgraded
1 parent 6234e4c commit 1cad946

File tree

432 files changed

+368
-6598
lines changed

Some content is hidden

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

432 files changed

+368
-6598
lines changed

.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.
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: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,10 @@
44
"description": "Set of Symplify rules for PHPStan",
55
"license": "MIT",
66
"require": {
7-
"php": ">=8.2",
8-
"webmozart/assert": "^1.11",
7+
"php": "^7.4|^8.0",
98
"phpstan/phpstan": "^2.1.8",
109
"nette/utils": "^3.2|^4.0",
11-
"phpstan/phpdoc-parser": "^2.1"
12-
},
13-
"require-dev": {
14-
"nikic/php-parser": "^5.4",
15-
"phpunit/phpunit": "^11.5",
16-
"symfony/framework-bundle": "6.1.*",
17-
"phpecs/phpecs": "^2.0",
18-
"tomasvotruba/class-leak": "^2.0",
19-
"rector/rector": "^2.0.10",
20-
"phpstan/extension-installer": "^1.4",
21-
"symplify/phpstan-extensions": "^12.0",
22-
"tomasvotruba/unused-public": "^2.0",
23-
"tomasvotruba/type-coverage": "^2.0",
24-
"shipmonk/composer-dependency-analyser": "^1.8"
10+
"webmozart/assert": "^1.11"
2511
},
2612
"autoload": {
2713
"psr-4": {
@@ -31,26 +17,6 @@
3117
"src/functions/fast-functions.php"
3218
]
3319
},
34-
"autoload-dev": {
35-
"psr-4": {
36-
"Symplify\\PHPStanRules\\Tests\\": "tests"
37-
},
38-
"classmap": [
39-
"stubs"
40-
]
41-
},
42-
"config": {
43-
"platform-check": false,
44-
"allow-plugins": {
45-
"phpstan/extension-installer": true
46-
}
47-
},
48-
"scripts": {
49-
"check-cs": "vendor/bin/ecs check --ansi",
50-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
51-
"phpstan": "vendor/bin/phpstan analyse --ansi",
52-
"rector": "vendor/bin/rector process --dry-run --ansi"
53-
},
5420
"extra": {
5521
"phpstan": {
5622
"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)