10
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #77 from phptal/feature/release-automation More... about 3 years ago
Moved tools installed via `"require-dev"` back to their standard `vendor/bin/phpunit` location More... about 3 years ago
Attempt running `locale-gen` with `sudo` rights More... about 3 years ago
Added release automation from `laminas/automatic-releases` to make releasing and maintenance simpler More... about 3 years ago
Committing `composer.lock` to ensure builds are kept stable over the next years More... about 3 years ago
Moved continuous integration from Travis-CI to Github Actions More... about 3 years ago
Merge pull request #76 from phptal/feature/drop-eol-php-versions More... about 3 years ago
Upgraded to PHPUnit 9.x, dropped PHP <7.3, dropped PhpDocumentor dependency More... about 3 years ago
Merge pull request #74 from Slamdunk/php_80 More... about 3 years ago
Removed a leftover from debug More... about 3 years ago
CI: --ignore-platform-req=php More... about 3 years ago
Allow PHP 8.0 More... about 3 years ago
CI: do not allow PHP 7.4 to fail More... about 3 years ago
Handle PHP 7.4 error-to-exception More... about 3 years ago
Set zend.exception_ignore_args=0 for PHP >=7.4 More... about 3 years ago
Merge pull request #71 from open-source-contributions/remove_duplicate More... over 4 years ago
Remove duplicate require-dev block More... over 4 years ago
Merge branch '1.4.x' More... about 5 years ago
Drop hardcoded `composer.json` `version` key More... about 5 years ago
Merge branch '1.4.x' More... about 5 years ago
Merge pull request #68 from phptal/fix/#64-php-7.3-compatibility More... about 5 years ago
Since we no longer test against EOL'd PHP versions, php `^7.1` is required More... about 5 years ago
Drop testing for EOL'd PHP versions More... about 5 years ago
Add bleeding edge PHP versions as allowed failures More... about 5 years ago
Removed `assert("some-string")` assertion-style (deprecated) More... about 5 years ago
Corrected test scenario: counting a non-countable is a SNAFU of PHP that is now reported as warning More... about 5 years ago
Corrected re-throwing of `ParseError` (fixes failing test) More... about 5 years ago
Run PHPUnit from `vendor` in order to ensure compatibility with all PHP versions More... about 5 years ago
Added PHP 5.6~7.3 to build matrix More... about 5 years ago
Merge pull request #63 from shivashanti/precise_to_php5.3.x More... about 5 years ago