Skip to content

Commit af7f74a

Browse files
committed
release PHP 7.4 downgraded
1 parent 07886b7 commit af7f74a

File tree

314 files changed

+365
-4974
lines changed

Some content is hidden

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

314 files changed

+365
-4974
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-74.php

Lines changed: 0 additions & 23 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 & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,21 @@
44
"description": "Set of Symplify rules for PHPStan",
55
"license": "MIT",
66
"require": {
7-
"php": ">=8.1",
7+
"php": "^7.4|^8.0",
88
"nette/utils": "^3.2.9 || ^4.0",
9-
"webmozart/assert": "^1.11",
109
"phpstan/phpstan": "^2.0",
11-
"symplify/rule-doc-generator-contracts": "^11.2"
12-
},
13-
"require-dev": {
14-
"nikic/php-parser": "^5.0",
15-
"symplify/rule-doc-generator": "^12.2",
16-
"phpunit/phpunit": "^10.5",
17-
"symfony/framework-bundle": "6.1.*",
18-
"symplify/easy-coding-standard": "^12.3",
19-
"tomasvotruba/class-leak": "^1.2",
20-
"rector/rector": "^2.0",
21-
"phpstan/extension-installer": "^1.4"
10+
"webmozart/assert": "^1.11"
2211
},
2312
"autoload": {
2413
"psr-4": {
2514
"Symplify\\PHPStanRules\\": "src"
2615
}
2716
},
28-
"autoload-dev": {
29-
"psr-4": {
30-
"Symplify\\PHPStanRules\\Tests\\": "tests"
31-
},
32-
"classmap": [
33-
"stubs"
34-
],
35-
"files": [
36-
]
37-
},
3817
"extra": {
3918
"phpstan": {
4019
"includes": [
4120
"config/services/services.neon"
4221
]
4322
}
44-
},
45-
"config": {
46-
"platform-check": false,
47-
"allow-plugins": {
48-
"phpstan/extension-installer": true
49-
}
50-
},
51-
"scripts": {
52-
"check-cs": "vendor/bin/ecs check --ansi",
53-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
54-
"phpstan": "vendor/bin/phpstan analyse --ansi",
55-
"rector": "vendor/bin/rector process --dry-run --ansi",
56-
"docs": "vendor/bin/rule-doc-generator generate src --readme --ansi"
5723
}
5824
}

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)