Skip to content

Commit 0dc50f8

Browse files
author
Kirill Nesmeyanov
committed
Move tags functional tests from parser package to phpdoc-standard-tags
1 parent f8d1123 commit 0dc50f8

File tree

1,200 files changed

+6
-528189
lines changed

Some content is hidden

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

1,200 files changed

+6
-528189
lines changed

composer.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"require": {
1212
"php": "^8.1",
13-
"phplrt/lexer": "^3.6.5",
14-
"phplrt/parser": "^3.6.5",
15-
"phplrt/source": "^3.6.5"
13+
"phplrt/lexer": "^3.6",
14+
"phplrt/parser": "^3.6",
15+
"phplrt/source": "^3.6"
1616
},
1717
"autoload": {
1818
"psr-4": {
@@ -22,18 +22,12 @@
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.53",
2424
"jetbrains/phpstorm-attributes": "^1.0",
25-
"nikic/php-parser": "^4.19|^5.0",
26-
"phplrt/compiler": "^3.6.5",
25+
"phplrt/compiler": "^3.6",
2726
"phpstan/extension-installer": "^1.3",
2827
"phpstan/phpstan": "^1.10",
2928
"phpstan/phpstan-strict-rules": "^1.5",
30-
"phpunit/phpunit": "^10.5",
31-
"rector/rector": "^1.0",
32-
"symfony/finder": "^5.4|^6.0|^7.0",
33-
"symfony/var-dumper": "^5.4|^6.0|^7.0",
34-
"type-lang/printer": ">=1.0.0-beta2 <2.0",
35-
"type-lang/phpdoc": ">=1.0.0-beta8 <2.0",
36-
"type-lang/phpdoc-standard-tags": "^1.0"
29+
"phpunit/phpunit": "^10.5|^11.0",
30+
"rector/rector": "^1.0"
3731
},
3832
"autoload-dev": {
3933
"psr-4": {

tests/Concern/InteractWithCommentsParser.php

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

tests/Concern/InteractWithPHPDocParser.php

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

tests/Concern/InteractWithPHPDocTagsParser.php

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

tests/Concern/InteractWithPhpParser.php

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

0 commit comments

Comments
 (0)