Skip to content

Commit 0c8fff1

Browse files
norberttechfunivancezarystepkowski
authored
Remove xml, expression and property accessor components from core dependencies (#204)
* Update README.md * Test under php 7.4 (#195) * Fixed handling arrays with keys having brackets in array matcher * Remove xml and expression component from core dependencies * Removed last remainings of property accessor Co-authored-by: Ivan Shcherbak <[email protected]> Co-authored-by: Cezary Stępkowski <[email protected]>
1 parent 6803f99 commit 0c8fff1

File tree

9 files changed

+2105
-2401
lines changed

9 files changed

+2105
-2401
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,19 @@
2020
"ext-json": "*",
2121
"ext-simplexml": "*",
2222
"coduo/php-to-string": "^3",
23-
"symfony/property-access": "^3.0|^4.0|^5.0",
24-
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0",
25-
"doctrine/lexer": "^1.0",
26-
"openlss/lib-array2xml": "^1.0"
23+
"doctrine/lexer": "^1.0"
2724
},
2825
"require-dev": {
26+
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0",
27+
"openlss/lib-array2xml": "^1.0",
2928
"friendsofphp/php-cs-fixer": "^2.4",
3029
"phpstan/phpstan": "^0.12.32",
3130
"phpunit/phpunit": "^8.5"
3231
},
32+
"suggest": {
33+
"openlss/lib-array2xml": "In order ot use Coduo\\PHPMatcher\\Matcher\\XmlMatcher",
34+
"symfony/expression-language" : "In order to use Coduo\\PHPMatcher\\Matcher\\ExpressionMatcher"
35+
},
3336
"autoload": {
3437
"psr-4": {
3538
"Coduo\\PHPMatcher\\": "src/"

0 commit comments

Comments
 (0)