Skip to content

Commit bafe715

Browse files
committed
php-autoload-psr 0.2.0
* php-autoload-psr 0.2.0 * php-autoload-psr: remove disabled Closes #127. Co-authored-by: Sean Molenaar <[email protected]> Signed-off-by: Sean Molenaar <[email protected]>
1 parent 97430ec commit bafe715

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Formula/php-autoload-psr.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
class PhpAutoloadPsr < Formula
22
desc "Autoload-PSR Extension for PHP"
33
homepage "https://github.com/pprkut/autoload-psr"
4-
url "https://github.com/pprkut/autoload-psr/archive/0.1.2.tar.gz"
5-
sha256 "edee4c0fb8d66238509e080697a868ad454444242ffb269cb52c6cceabd04c2c"
6-
revision 1
4+
url "https://github.com/pprkut/autoload-psr/archive/0.2.0.tar.gz"
5+
sha256 "9d4fa71854231851079ffc62ff30c2cda7c823f44e51d81b578db64065739af0"
76
head "https://github.com/pprkut/autoload-psr.git"
87

9-
disable! date: "2021-03-01", because: "support pending"
10-
118
depends_on "autoconf" => :build
129
depends_on "php"
1310

0 commit comments

Comments
 (0)