Skip to content

Commit bda8767

Browse files
committed
hoa/regex cleanup
1 parent e71cff4 commit bda8767

File tree

4 files changed

+1
-54
lines changed

4 files changed

+1
-54
lines changed

build/composer-dependency-analyser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
->addPathToScan(__DIR__ . '/../bin', true)
2626
->ignoreErrorsOnPackages(
2727
[
28-
'hoa/regex', // used only via stream wrapper hoa://
2928
...$pinnedToSupportPhp72, // those are unused, but we need to pin them to support PHP 7.2
3029
...$polyfills, // not detected by composer-dependency-analyser
3130
],

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"hoa/compiler": "3.17.08.08",
1616
"hoa/exception": "^1.0",
1717
"hoa/file": "1.17.07.11",
18-
"hoa/regex": "1.17.01.13",
1918
"jetbrains/phpstorm-stubs": "dev-master#bdc8acd7c04c0c87197849c7cdd27e44b67b56c7",
2019
"nette/bootstrap": "^3.0",
2120
"nette/di": "^3.1.4",
@@ -82,9 +81,6 @@
8281
"composer/ca-bundle": [
8382
"patches/cloudflare-ca.patch"
8483
],
85-
"hoa/regex": [
86-
"patches/Grammar.patch"
87-
],
8884
"hoa/iterator": [
8985
"patches/Buffer.patch",
9086
"patches/Lookahead.patch"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/Grammar.patch

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

0 commit comments

Comments
 (0)