Skip to content

Commit

Permalink
Remove version from php@8.1-debug and create an versioned alias
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Aug 1, 2022
1 parent 5855bda commit efc9ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Aliases/php@8.1-debug
2 changes: 1 addition & 1 deletion Formula/php@8.1-debug.rb → Formula/php-debug.rb
@@ -1,4 +1,4 @@
class PhpAT81Debug < Formula
class PhpDebug < Formula
desc "General-purpose scripting language"
homepage "https://www.php.net/"
# Should only be updated if the new version is announced on the homepage, https://www.php.net/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ PHP 7.2|`php@7.2`|`php@7.2-debug`|
PHP 7.3|`php@7.3`|`php@7.3-debug`|
PHP 7.4|`php@7.4`|`php@7.4-debug`|
PHP 8.0|`php@8.0`|`php@8.0-debug`|
PHP 8.1|`php` or `php@8.1`|`php@8.1-debug`|
PHP 8.1|`php` or `php@8.1`|`php-debug` or `php@8.1-debug`|
PHP 8.2.0-dev|`php@8.2`|`php@8.2-debug`|

### Debug versions
Expand Down

0 comments on commit efc9ade

Please sign in to comment.