Skip to content

Commit d3a6c5d

Browse files
committed
release PHP 7.4 downgraded
1 parent 2641a25 commit d3a6c5d

File tree

2,141 files changed

+202098
-3782
lines changed

Some content is hidden

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

2,141 files changed

+202098
-3782
lines changed

.gitignore

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

build/rector-downgrade-php-74.php

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

build/target-repository/composer.json

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

composer.json

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,17 @@
11
{
22
"name": "rector/custom-phpspec-to-phpunit",
3-
"type": "rector-extension",
4-
"license": "MIT",
53
"description": "Rector migration rules for PHPSpec to PHPUnit",
4+
"license": "MIT",
65
"bin": [
76
"bin/phpspec-to-phpunit",
87
"bin/phpspec-to-phpunit.php"
98
],
109
"require": {
11-
"php": ">=8.2",
12-
"symfony/finder": "^7.0",
13-
"tomasvotruba/phpunit-json-result-printer": "^0.1.1",
14-
"webmozart/assert": "^1.11",
15-
"nette/utils": "^4.0",
16-
"symfony/console": "^7.1"
17-
},
18-
"require-dev": {
19-
"rector/rector": "dev-main",
20-
"nikic/php-parser": "^5.3.1",
21-
"phpunit/phpunit": "^10.5",
22-
"phpstan/phpstan": "^2.0",
23-
"symplify/easy-coding-standard": "^12.1",
24-
"phpstan/extension-installer": "^1.3",
25-
"symplify/rule-doc-generator": "^12.1",
26-
"tomasvotruba/class-leak": "^0.2.5",
27-
"tracy/tracy": "^2.10"
10+
"php": ">=7.4"
2811
},
2912
"autoload": {
3013
"psr-4": {
3114
"Rector\\PhpSpecToPHPUnit\\": ["src", "rules"]
3215
}
33-
},
34-
"autoload-dev": {
35-
"psr-4": {
36-
"Rector\\PhpSpecToPHPUnit\\Tests\\": ["tests", "rules-tests"]
37-
},
38-
"classmap": [
39-
"stubs",
40-
"tests/Sets/Source"
41-
],
42-
"files": [
43-
"tests/functions.php"
44-
]
45-
},
46-
"scripts": {
47-
"phpstan": "vendor/bin/phpstan analyse --ansi",
48-
"check-cs": "vendor/bin/ecs check --ansi",
49-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
50-
"docs": "vendor/bin/rule-doc-generator generate src rules --output-file docs/rector_rules_overview.md --ansi"
51-
},
52-
"minimum-stability": "dev",
53-
"prefer-stable": true,
54-
"config": {
55-
"platform-check": false,
56-
"allow-plugins": {
57-
"phpstan/extension-installer": true,
58-
"rector/extension-installer": true
59-
}
6016
}
6117
}

0 commit comments

Comments
 (0)