Skip to content

Commit 255d731

Browse files
committed
release PHP 7.4 downgraded
1 parent c2d4405 commit 255d731

File tree

294 files changed

+283
-4569
lines changed

Some content is hidden

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

294 files changed

+283
-4569
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 & 14 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 & 24 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 & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,16 @@
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.0",
109
"nette/utils": "^3.2|^4.0",
11-
"phpstan/phpdoc-parser": "^2.0"
12-
},
13-
"require-dev": {
14-
"nikic/php-parser": "^5.3",
15-
"phpunit/phpunit": "^11.5",
16-
"symfony/framework-bundle": "6.1.*",
17-
"symplify/easy-coding-standard": "^12.5",
18-
"tomasvotruba/class-leak": "^2.0",
19-
"rector/rector": "^2.0",
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": {
2814
"Symplify\\PHPStanRules\\": "src"
29-
},
30-
"files": [
31-
"src/functions/fast-functions.php"
32-
]
33-
},
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
4615
}
4716
},
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-
},
5417
"extra": {
5518
"phpstan": {
5619
"includes": [

ecs.php

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

full-tool-build.sh

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

0 commit comments

Comments
 (0)