Skip to content

Commit 468354b

Browse files
committed
release PHP 7.4 downgraded
1 parent ccd44e4 commit 468354b

File tree

56 files changed

+195
-989
lines changed

Some content is hidden

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

56 files changed

+195
-989
lines changed

.github/FUNDING.yml

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

.github/workflows/code_analysis.yaml

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

.github/workflows/downgraded_release.yaml

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

.github/workflows/rector.yaml

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

.github/workflows/various_php_install.yaml

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

build/composer-php-74.json

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

build/rector-downgrade-php-74.php

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

composer.json

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,15 @@
55
"license": "MIT",
66
"keywords": ["static analysis", "phpstan-extension"],
77
"require": {
8-
"php": "^8.3",
9-
"phpstan/phpstan": "^2.1.33"
10-
},
11-
"require-dev": {
12-
"phpstan/extension-installer": "^1.4",
13-
"phpunit/phpunit": "^12.5",
14-
"phpecs/phpecs": "^2.2",
15-
"rector/rector": "^2.2",
16-
"tracy/tracy": "^2.10",
17-
"tomasvotruba/unused-public": "^2.0"
8+
"php": "^7.4 || ^8.0",
9+
"phpstan/phpstan": "^2.0",
10+
"nette/utils": "^3.2 || ^4.0"
1811
},
1912
"autoload": {
2013
"psr-4": {
2114
"TomasVotruba\\TypeCoverage\\": "src"
2215
}
2316
},
24-
"autoload-dev": {
25-
"psr-4": {
26-
"TomasVotruba\\TypeCoverage\\Tests\\": "tests"
27-
}
28-
},
29-
"scripts": {
30-
"check-cs": "vendor/bin/ecs check --ansi",
31-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
32-
"phpstan": "vendor/bin/phpstan --ansi",
33-
"rector": "vendor/bin/rector --dry-run --ansi",
34-
"release": "vendor/bin/monorepo-builder release patch --ansi"
35-
},
36-
"config": {
37-
"allow-plugins": {
38-
"phpstan/extension-installer": true
39-
}
40-
},
4117
"extra": {
4218
"phpstan": {
4319
"includes": [

ecs.php

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

phpstan.neon

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

0 commit comments

Comments
 (0)