Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit 293e754

Browse files
committed
Tweak composer.json
1 parent abc34af commit 293e754

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1.3 || ^8.0",
15+
"php": ">=7.1.3",
1616
"symfony/browser-kit": "^4.4|^5.0",
1717
"symfony/css-selector": "^4.4|^5.0",
1818
"symfony/dom-crawler": "^4.4|^5.0",
@@ -25,10 +25,5 @@
2525
"autoload": {
2626
"psr-4": { "Goutte\\": "Goutte" },
2727
"exclude-from-classmap": ["Goutte/Tests"]
28-
},
29-
"extra": {
30-
"branch-alias": {
31-
"dev-master": "4.0-dev"
32-
}
3328
}
3429
}

0 commit comments

Comments
 (0)