Skip to content

Commit

Permalink
Version 0.7.94
Browse files Browse the repository at this point in the history
  • Loading branch information
razshare committed Jul 21, 2023
1 parent 18e3666 commit c2f31b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": [],
"build": "php -dxdebug.mode=off -dxdebug.start_with_request=no -dphar.readonly=0 ./product.phar --build-config --build",
"edit:extensions": "@download:product && php product.phar --extensions",
"download:product": "[ ! -f product.phar ] && wget https://github.com/tncrazvan/catpaw-dev-tools/releases/download/0.7.75/product.phar || echo \"product.phar found.\n\"",
"download:product": "[ ! -f product.phar ] && wget https://github.com/tncrazvan/catpaw-dev-tools/releases/latest/download/product.phar || echo \"product.phar found.\n\"",
"download:psalm": "[ ! -f vendor/bin/psalm ] && wget -O vendor/bin/psalm https://github.com/vimeo/psalm/releases/latest/download/psalm.phar || echo \"vendor/bin/psalm found.\n\"",
"post-autoload-dump": [
"@download:product",
Expand Down

0 comments on commit c2f31b5

Please sign in to comment.