Skip to content

Commit

Permalink
Config to copy PHARs for proper indexing by IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliot-Tm committed Jul 29, 2024
1 parent 65f4209 commit b8bd3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^11.2.8" installed="11.2.8" location="./tools/phpunit.phar" copy="false"/>
<phar name="php-cs-fixer" version="^3.60.0" installed="3.60.0" location="./tools/php-cs-fixer.phar" copy="false"/>
<phar name="phpunit" version="^11.2.8" installed="11.2.8" location="./tools/phpunit.phar" copy="true"/>
<phar name="php-cs-fixer" version="^3.60.0" installed="3.60.0" location="./tools/php-cs-fixer.phar" copy="true"/>
</phive>

0 comments on commit b8bd3c9

Please sign in to comment.