PackageTrack
Sign in Get early access

laravel/roster

Detect packages & approaches in use within a Laravel project

v1.0.0 29M downloads/mo #257 most downloaded on Packagist laravel/roster

What this package is like to depend on

Last release 1 months ago

18 Jul 2026

Release timing varies

gaps range from 2 weeks to 4 months

Nearly every release is documented

notes for 17 of 17 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

17 releases · first in 2025

11 releases in the last 12 months

see the full history below

Release timeline

17 releases · Jul 2025 to Jul 2026
2026
Release Pre-release

Releases

latest 17
  1. v1.0.0 18 Jul 2026
    Release notes

    Upgrade guide: https://github.com/laravel/roster/blob/main/UPGRADE.md

    What's Changed

    • Makes imports consistent by @nunomaduro in #45
    • Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in #47
    • chore(deps): bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in #51
    • Add Dependabot cooldown of 5 days by @nunomaduro in #52
    • Enable Dependabot auto-merge by @nunomaduro in #53
    • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #54
    • chore(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in #56
    • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #57
    • Redesign detection API around ecosystems and detectors by @pushpak1300 in #48
    • Sync 1.x into main by @pushpak1300 in #66

    New Contributors

    Full Changelog: v0.5.1...v1.0.0

    Open source →
    Release notes

    Upgrade guide: https://github.com/laravel/roster/blob/main/UPGRADE.md

    What's Changed

    • Makes imports consistent by @nunomaduro in https://github.com/laravel/roster/pull/45
    • Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in https://github.com/laravel/roster/pull/47
    • chore(deps): bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in https://github.com/laravel/roster/pull/51
    • Add Dependabot cooldown of 5 days by @nunomaduro in https://github.com/laravel/roster/pull/52
    • Enable Dependabot auto-merge by @nunomaduro in https://github.com/laravel/roster/pull/53
    • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in https://github.com/laravel/roster/pull/54
    • chore(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in https://github.com/laravel/roster/pull/56
    • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in https://github.com/laravel/roster/pull/57
    • Redesign detection API around ecosystems and detectors by @pushpak1300 in https://github.com/laravel/roster/pull/48
    • Sync 1.x into main by @pushpak1300 in https://github.com/laravel/roster/pull/66

    New Contributors

    • @nunomaduro made their first contribution in https://github.com/laravel/roster/pull/45
    • @joetannenbaum made their first contribution in https://github.com/laravel/roster/pull/47
    • @dependabot[bot] made their first contribution in https://github.com/laravel/roster/pull/51

    Full Changelog: https://github.com/laravel/roster/compare/v0.5.1...v1.0.0

    Open source →
  2. v0.5.1 05 Mar 2026
    Release notes

    What's Changed

    • Add @laravel/echo-react and @laravel/echo-vue package detection by @pushpak1300 in #44

    Full Changelog: v0.5.0...v0.5.1

    Open source →
    Release notes

    What's Changed

    Full Changelog: https://github.com/laravel/roster/compare/v0.5.0...v0.5.1

    Open source →
  3. v0.5.0 17 Feb 2026
    Release notes

    What's Changed

    Full Changelog: v0.4.0...v0.5.0

    Open source →
    Release notes

    What's Changed

    • Add direct and constraint support to NPM package scanners by @pushpak1300 in https://github.com/laravel/roster/pull/41
    • Add path detection functionality by @pushpak1300 in https://github.com/laravel/roster/pull/42

    Full Changelog: https://github.com/laravel/roster/compare/v0.4.0...v0.5.0

    Open source →
  4. v0.4.0 11 Feb 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.3.1...v0.4.0

    Open source →
    Release notes

    What's Changed

    • Drop Php 8.1 Support by @pushpak1300 in https://github.com/laravel/roster/pull/37
    • Feature detect app-modules directory as a Modular approach by @webard in https://github.com/laravel/roster/pull/36
    • Add support for Yarn v4 (Berry) lock file format by @mathieutu in https://github.com/laravel/roster/pull/27
    • refactor: extract dup logic into abstract class by @jackbayliss in https://github.com/laravel/roster/pull/26
    • Supports Laravel 13 by @pushpak1300 in https://github.com/laravel/roster/pull/40

    New Contributors

    • @webard made their first contribution in https://github.com/laravel/roster/pull/36
    • @mathieutu made their first contribution in https://github.com/laravel/roster/pull/27
    • @jackbayliss made their first contribution in https://github.com/laravel/roster/pull/26

    Full Changelog: https://github.com/laravel/roster/compare/v0.3.1...v0.4.0

    Open source →
  5. v0.3.1 27 Jan 2026
    Release notes

    What's Changed

    • feat: Add Boost and Pail detection by @chris-ware in #23
    • feat(roster): add modular approach detection via root modules directory by @soleinjast in #33
    • Fix YarnPackageLock scanner to detect scoped npm packages by @zcuric in #35

    New Contributors

    Full Changelog: v0.3.0...v0.3.1

    Open source →
    Release notes

    What's Changed

    • feat: Add Boost and Pail detection by @chris-ware in https://github.com/laravel/roster/pull/23
    • feat(roster): add modular approach detection via root modules directory by @soleinjast in https://github.com/laravel/roster/pull/33
    • Fix YarnPackageLock scanner to detect scoped npm packages by @zcuric in https://github.com/laravel/roster/pull/35

    New Contributors

    • @chris-ware made their first contribution in https://github.com/laravel/roster/pull/23
    • @soleinjast made their first contribution in https://github.com/laravel/roster/pull/33
    • @zcuric made their first contribution in https://github.com/laravel/roster/pull/35

    Full Changelog: https://github.com/laravel/roster/compare/v0.3.0...v0.3.1

    Open source →
  6. v0.3.0 01 Dec 2025
    Release notes

    What's Changed

    Full Changelog: v0.2.9...v0.3.0

    Open source →
    Release notes

    What's Changed

    • Add PHP 8.5 Support by @pushpak1300 in https://github.com/laravel/roster/pull/30

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.9...v0.3.0

    Open source →
  7. v0.2.9 20 Oct 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.2.8...v0.2.9

    Open source →
    Release notes

    What's Changed

    • Add --dev option to Composer command in README by @ylynfatt in https://github.com/laravel/roster/pull/25
    • Implement node package manager detection by @pushpak1300 in https://github.com/laravel/roster/pull/24

    New Contributors

    • @ylynfatt made their first contribution in https://github.com/laravel/roster/pull/25

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.8...v0.2.9

    Open source →
  8. v0.2.8 22 Sep 2025
    Release notes

    What's Changed

    Full Changelog: v0.2.7...v0.2.8

    Open source →
    Release notes

    What's Changed

    • Detect package direct or indirect by @ashleyhindle in https://github.com/laravel/roster/pull/21

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.7...v0.2.8

    Open source →
  9. v0.2.7 18 Sep 2025
    Release notes

    What's Changed

    Full Changelog: v0.2.6...v0.2.7

    Open source →
    Release notes

    What's Changed

    • Add laravel/mcp detection by @ashleyhindle in https://github.com/laravel/roster/pull/20

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.6...v0.2.7

    Open source →
  10. v0.2.6 04 Sep 2025
    Release notes

    What's Changed

    Full Changelog: v0.2.5...v0.2.6

    Open source →
    Release notes

    What's Changed

    • feat: add PHPUnit package detection support by @ashleyhindle in https://github.com/laravel/roster/pull/19

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.5...v0.2.6

    Open source →
  11. v0.2.5 29 Aug 2025
    Release notes

    What's Changed

    • Docs: Add missing import to usage example by @AmadulHaque in https://github.com/laravel/roster/pull/17
    • Feat: Add in missing laravel packages by @jjoek in https://github.com/laravel/roster/pull/14

    New Contributors

    • @AmadulHaque made their first contribution in https://github.com/laravel/roster/pull/17
    • @jjoek made their first contribution in https://github.com/laravel/roster/pull/14

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.4...v0.2.5

    Open source →
  12. v0.2.4 27 Aug 2025
    Release notes

    What's Changed

    • Add support for Laravel Sail enumeration by @pushpak1300 in https://github.com/laravel/roster/pull/11
    • Add support for Laravel Breeze by @pushpak1300 in https://github.com/laravel/roster/pull/12
    • feat: use installed version for PackageScans, not version constraint by @ashleyhindle in https://github.com/laravel/roster/pull/16
    • Add prettier and eslint to detectable packages by @laserhybiz in https://github.com/laravel/roster/pull/13

    New Contributors

    • @laserhybiz made their first contribution in https://github.com/laravel/roster/pull/13

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.3...v0.2.4

    Open source →
  13. v0.2.3 13 Aug 2025
    Release notes

    What's Changed

    • add symfony yaml dependency by @ashleyhindle in https://github.com/laravel/roster/pull/9

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.2...v0.2.3

    Open source →
  14. v0.2.2 24 Jul 2025
    Release notes

    What's Changed

    • feat: add raw package name support fixes #7 by @ashleyhindle in https://github.com/laravel/roster/pull/8

    New Contributors

    • @ashleyhindle made their first contribution in https://github.com/laravel/roster/pull/8

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.1...v0.2.2

    Open source →
  15. v0.2.1 23 Jul 2025
    Release notes

    What's Changed

    • update package name in readme by @srinathreddydudi in https://github.com/laravel/roster/pull/5
    • Add support for vue by @pushpak1300 in https://github.com/laravel/roster/pull/4
    • Add support for pnpm and yarn by @HichemTab-tech in https://github.com/laravel/roster/pull/2

    New Contributors

    • @srinathreddydudi made their first contribution in https://github.com/laravel/roster/pull/5
    • @pushpak1300 made their first contribution in https://github.com/laravel/roster/pull/4
    • @HichemTab-tech made their first contribution in https://github.com/laravel/roster/pull/2

    Full Changelog: https://github.com/laravel/roster/compare/v0.2.0...v0.2.1

    Open source →
  16. v0.2.0 21 Jul 2025
    Release notes
    • Adds Laravel 10 & PHP8.1 support
    Open source →
  17. v0.1.0 21 Jul 2025
    Release notes

    Initial pre-release.

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive