We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97430ec commit bafe715Copy full SHA for bafe715
Formula/php-autoload-psr.rb
@@ -1,13 +1,10 @@
1
class PhpAutoloadPsr < Formula
2
desc "Autoload-PSR Extension for PHP"
3
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
+ url "https://github.com/pprkut/autoload-psr/archive/0.2.0.tar.gz"
+ sha256 "9d4fa71854231851079ffc62ff30c2cda7c823f44e51d81b578db64065739af0"
7
head "https://github.com/pprkut/autoload-psr.git"
8
9
- disable! date: "2021-03-01", because: "support pending"
10
-
11
depends_on "autoconf" => :build
12
depends_on "php"
13
0 commit comments