Skip to content

Commit

Permalink
Update Box
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Aug 21, 2024
1 parent fe4c5b6 commit e9e9d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phive.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^9.4" installed="9.6.20" location="./tools/phpunit" copy="true"/>
<phar name="humbug/box" version="^3.0.0" location="./tools/box" copy="true" installed="3.16.0"/>
<phar name="humbug/box" version="^4.0.0" location="./tools/box" copy="true" installed="4.6.2"/>
<phar name="phpcs" version="^3.5" installed="3.7.2" location="./tools/phpcs" copy="true"/>
<phar name="phpstan" version="^1.0" installed="1.11.11" location="./tools/phpstan" copy="true"/>
</phive>
2 changes: 1 addition & 1 deletion src/CH.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class CH
/**
* Current CaptainHook version
*/
public const VERSION = '5.23.4-alpha-1';
public const VERSION = '5.23.4-alpha-2';

/**
* Release date of the current version
Expand Down

0 comments on commit e9e9d13

Please sign in to comment.