Skip to content

Commit 94300a4

Browse files
committed
release PHP 7.2 downgraded
1 parent 69e4d29 commit 94300a4

File tree

314 files changed

+417
-4943
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

+417
-4943
lines changed

.editorconfig

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

build/rector-downgrade-php-72.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: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,60 +4,21 @@
44
"description": "Set of Symplify rules for PHPStan",
55
"license": "MIT",
66
"require": {
7-
"php": ">=8.1",
7+
"php": "^7.2|^8.0",
88
"nette/utils": "^3.2.9 || ^4.0",
9-
"webmozart/assert": "^1.11",
10-
"phpstan/phpstan": "^1.11",
11-
"symplify/rule-doc-generator-contracts": "^11.2"
12-
},
13-
"require-dev": {
14-
"nikic/php-parser": "^4.19",
15-
"symplify/phpstan-extensions": "^11.4",
16-
"symplify/rule-doc-generator": "^12.1",
17-
"phpunit/phpunit": "^10.5",
18-
"symfony/framework-bundle": "6.1.*",
19-
"rector/rector": "^1.1",
20-
"symplify/easy-coding-standard": "^12.2",
21-
"phpstan/extension-installer": "^1.3",
22-
"tomasvotruba/class-leak": "^0.2"
9+
"phpstan/phpstan": "^1.10.30",
10+
"webmozart/assert": "^1.11"
2311
},
2412
"autoload": {
2513
"psr-4": {
2614
"Symplify\\PHPStanRules\\": "src"
2715
}
2816
},
29-
"autoload-dev": {
30-
"psr-4": {
31-
"Symplify\\PHPStanRules\\Tests\\": "tests"
32-
},
33-
"classmap": [
34-
"stubs"
35-
],
36-
"files": [
37-
"tests/Rules/Rector/PhpUpgradeImplementsMinPhpVersionInterfaceRule/Fixture/SomePhpFeatureRector.php",
38-
"vendor/rector/rector/src/Contract/Rector/RectorInterface.php",
39-
"vendor/rector/rector/src/Contract/Rector/ConfigurableRectorInterface.php",
40-
"vendor/rector/rector/vendor/rector/rector-downgrade-php/src/Set/ValueObject/DowngradeSetList.php"
41-
]
42-
},
4317
"extra": {
4418
"phpstan": {
4519
"includes": [
4620
"config/services/services.neon"
4721
]
4822
}
49-
},
50-
"config": {
51-
"platform-check": false,
52-
"allow-plugins": {
53-
"phpstan/extension-installer": true
54-
}
55-
},
56-
"scripts": {
57-
"check-cs": "vendor/bin/ecs check --ansi",
58-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
59-
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
60-
"rector": "vendor/bin/rector process --dry-run --ansi",
61-
"docs": "vendor/bin/rule-doc-generator generate src --output-file docs/rules_overview.md --ansi"
6223
}
6324
}

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)