Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy committed Dec 31, 2022
1 parent 96a6454 commit 86f04df
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 189 deletions.
10 changes: 3 additions & 7 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize"
version="^2.28"
installed="2.28.3"
location="./tools/composer-normalize"
copy="true"/>
<phar name="phpcbf" version="^3.7.1" installed="3.7.1" location="./tools/phpcbf" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.13.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="composer-normalize" version="^2.28" installed="2.29.0" location="./tools/composer-normalize" copy="true"/>
<phar name="phpcbf" version="^3.7.1" installed="3.7.1" location="./tools/phpcbf" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.13.1" location="./tools/php-cs-fixer" copy="true"/>
</phive>
Loading

0 comments on commit 86f04df

Please sign in to comment.