Skip to content

Commit 535c0e2

Browse files
committed
Stop using fork of nette/utils
1 parent 5a3deae commit 535c0e2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"nette/finder": "^2.5",
1919
"nette/neon": "^3.0",
2020
"nette/schema": "^1.0",
21-
"nette/utils": "dev-php-8 as 3.1.99",
21+
"nette/utils": "dev-master as 3.1.99",
2222
"nikic/php-parser": "4.7.0",
2323
"ondram/ci-detector": "^3.4.0",
2424
"ondrejmirtes/better-reflection": "4.3.20",
@@ -77,12 +77,6 @@
7777
"tests/PHPStan"
7878
]
7979
},
80-
"repositories": [
81-
{
82-
"type": "vcs",
83-
"url": "[email protected]:ondrejmirtes/utils.git"
84-
}
85-
],
8680
"minimum-stability": "dev",
8781
"prefer-stable": true,
8882
"bin": [

0 commit comments

Comments
 (0)