Skip to content

Tags: stefanzweifel/laravel-stats

Tags

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run Tests on PHP 8.4 (#229)

v2.13.2

Toggle v2.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ClassesFinder.php (#226)

Sort filenames

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was signed with the committer’s verified signature.
stefanzweifel Stefan Zweifel
Update rector.php

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Support for Laravel 11 (#222)

* Update composer.json

* Update GitHub Actions Workflow

* Don't run Laravel 11 Tests on PHP 8.0 and PHP 8.1

* Support symfony v7 components

* Support new laravel/browser-kit-testing version

* Support new laravel/dusk version

* Disable PHPUnit 9 for  Laravel 11 testing

* Mark Test as skipped on Laravel 11

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test on PHP 8.3 (#221)

v2.11.4

Toggle v2.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Laravel 10 bug in stats list command. (#220)

v2.11.3

Toggle v2.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore Pest Files when finding and loading Classes (#219)

* Add pestphp/pest

* Add Stub Pest Php File

* Include not-autoloaded Stubs folder in Tests

* Check if File is most likely a Pest Test

* Fix GitHub Actions warnings

* Add Note about Pest PHP to Readme

v2.11.2

Toggle v2.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch to forked phploc package and add support for Laravel 10 / PHPU…

…nit 10 (#217)

* Switch to stefanzweifel/laravel-stats-phploc

* Support laravel/browser-kit-testing v7

* Test against different PHPUnit Versions

* Upgrade phpunit.xml

* Upgrade actions/checkout to v3

* Exclude Stub Tests from PHPUnit

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support PhpUnit 10 (#215)

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Support for Laravel 10 (#213)

* Update Version Constraints

* Update CI