Skip to content

Commit 098eea3

Browse files
committed
release PHP 7.4 downgraded
1 parent 6231236 commit 098eea3

File tree

179 files changed

+240
-3161
lines changed

Some content is hidden

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

179 files changed

+240
-3161
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 & 12 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 & 23 deletions
This file was deleted.

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

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

composer.json

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,20 @@
44
"description": "Next level type declaration checks",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.2",
7+
"php": "^7.4|^8.0",
88
"phpstan/phpstan": "^2.1.14",
99
"webmozart/assert": "^1.11"
1010
},
11-
"require-dev": {
12-
"nikic/php-parser": "^5.4",
13-
"symplify/phpstan-extensions": "^12.0",
14-
"phpunit/phpunit": "^11.5",
15-
"rector/rector": "^2.0",
16-
"symplify/easy-coding-standard": "^12.1",
17-
"phpstan/extension-installer": "^1.3",
18-
"tomasvotruba/class-leak": "^0.2",
19-
"tracy/tracy": "^2.10"
20-
},
2111
"autoload": {
2212
"psr-4": {
2313
"Rector\\TypePerfect\\": "src"
2414
}
2515
},
26-
"autoload-dev": {
27-
"psr-4": {
28-
"Rector\\TypePerfect\\Tests\\": "tests"
29-
}
30-
},
3116
"extra": {
3217
"phpstan": {
3318
"includes": [
3419
"config/extension.neon"
3520
]
3621
}
37-
},
38-
"config": {
39-
"platform-check": false,
40-
"allow-plugins": {
41-
"phpstan/extension-installer": true
42-
}
43-
},
44-
"scripts": {
45-
"check-cs": "vendor/bin/ecs check --ansi",
46-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
47-
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
48-
"rector": "vendor/bin/rector process --dry-run --ansi"
4922
}
5023
}

ecs.php

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

full-tool-build.sh

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

phpstan.neon

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

0 commit comments

Comments
 (0)