Skip to content

Commit

Permalink
Fix polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Dec 8, 2020
1 parent df93a5b commit 14f57f7
Show file tree
Hide file tree
Showing 5 changed files with 765 additions and 23 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
"autoload": {
"psr-4": { "Composer\\Installers\\": "src/Composer/Installers" }
},
"autoload-dev": {
"psr-4": { "Composer\\Installers\\Test\\": "tests/Composer/Installers/Test" }
},
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
bootstrap="vendor/autoload.php"
>
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
Expand All @@ -26,4 +26,4 @@
<directory>src/Composer/Installers</directory>
</whitelist>
</filter>
</phpunit>
</phpunit>
Loading

0 comments on commit 14f57f7

Please sign in to comment.