Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
removed all phive dependencies, they are not available on github ci
Browse files Browse the repository at this point in the history
I need a quick fix, so i removed phive components for the moment.
  • Loading branch information
SebSept committed Apr 11, 2022
1 parent c69a9d3 commit 6b2d5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="friendsofphp/php-cs-fixer" version="^3.0.0" installed="3.0.0" location="./tools/php-cs-fixer" copy="false"/>
<!-- <phar name="friendsofphp/php-cs-fixer" version="^3.0.0" installed="3.0.0" location="./tools/php-cs-fixer" copy="false"/>-->
<!-- <phar name="phpmd" version="2.12.0" installed="2.12.0" location="./tools/phpmd" copy="false"/>-->
<phar name="phpstan" version="^0.12.88" installed="0.12.88" location="./tools/phpstan" copy="false"/>
<!-- <phar name="phpstan" version="^0.12.88" installed="0.12.88" location="./tools/phpstan" copy="false"/>-->
</phive>
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
],
"fix": "@php-cs-fixer",
"pre-commit": [
"tools/php-cs-fixer fix --dry-run --ansi",
"@phpstan --ansi",
"composer validate"
]
},
Expand Down

0 comments on commit 6b2d5da

Please sign in to comment.