ergebnis/http-method
Tiny PHP package providing named constants for HTTP request methods (GET, POST, PUT, DELETE, etc.). Use it to avoid magic strings and share a single source of truth across frameworks, libraries, and your own code.
For a full diff see [2.7.0...2.8.0][2.7.0...2.8.0].
For a full diff see [2.6.0...2.7.0][2.6.0...2.7.0].
For a full diff see [2.5.0...2.6.0][2.5.0...2.6.0].
For a full diff see [2.4.0...2.5.0][2.4.0...2.5.0].
For a full diff see [2.3.0...2.4.0][2.3.0...2.4.0].
For a full diff see [2.2.0...2.3.0][2.2.0...2.3.0].
For a full diff see [2.1.0...2.2.0][2.1.0...2.2.0].
For a full diff see [2.0.1...2.1.0][2.0.1...2.1.0].
For a full diff see 2.0.0...2.0.1.
replace configuration from composer.json (#73), by [@localheinz]2.0.0For a full diff see 1.0.0...2.0.0.
Renamed vendor namespace Localheinz to Ergebnis after move to [@ergebnis] (#70), by [@localheinz]
Run
$ composer remove localheinz/http-method
and
$ composer require ergebnis/http-method
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Localheinz\\Http/Ergebnis\\Http/g' {} \;
to replace occurrences of Localheinz\Http with Ergebnis\Http.
Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
1.0.0For a full diff see 848192d...1.0.0.
[@ergebnis]: https://github.com/ergebnis [@localheinz]: https://github.com/localheinz
How can I help you explore Laravel packages today?