Skip to content

Commit

Permalink
Stop using fork of nette/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 30, 2020
1 parent 5a3deae commit 535c0e2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"nette/finder": "^2.5",
"nette/neon": "^3.0",
"nette/schema": "^1.0",
"nette/utils": "dev-php-8 as 3.1.99",
"nette/utils": "dev-master as 3.1.99",

This comment has been minimized.

Copy link
@TomasVotruba

TomasVotruba Jul 30, 2020

Contributor

👏 This possibly fixes rector.phar build

What was the reason for a fork, btw?

This comment has been minimized.

Copy link
@ondrejmirtes

ondrejmirtes Jul 30, 2020

Author Member

PHP 8 support which got merged: ondrejmirtes/utils@e55a8da

"nikic/php-parser": "4.7.0",
"ondram/ci-detector": "^3.4.0",
"ondrejmirtes/better-reflection": "4.3.20",
Expand Down Expand Up @@ -77,12 +77,6 @@
"tests/PHPStan"
]
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:ondrejmirtes/utils.git"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"bin": [
Expand Down

0 comments on commit 535c0e2

Please sign in to comment.