pushinbr / pam-testing
Compatibility package for pushinbr/pam-http-testing.
Requires
- php: ^8.4
- pushinbr/pam-http-testing: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-24 16:08:29 UTC
README
pushinbr/pam-testing
Compatibility package — do not use in new applications
This repository exists so older Composer projects keep installing safely. The maintained product is PAM HTTP Testing.
Use this instead
pam composer require --dev pushinbr/pam-http-testing
PAM HTTP Testing contains the active documentation, API examples, releases, issue tracker, and production guidance.
Why the name changed
The test helpers exercise PAM HTTP applications; the new name makes that scope explicit and leaves room for Native and other testing products.
Migrate an existing project
Commit your current composer.json and composer.lock, then run:
pam composer remove pushinbr/pam-testing pam composer require --dev pushinbr/pam-http-testing pam doctor
Run the application test suite before committing the new lockfile. Composer may continue to resolve this bridge transitively during a staged migration; application code should target the replacement package directly.
Support policy
- No new features are added here.
- Security or resolution fixes may be published only to preserve migration safety.
- New documentation and issues belong to PAM HTTP Testing.
- The package is marked abandoned on Packagist in favor of
pushinbr/pam-http-testing.
This explicit compatibility repository is intentional: old installs remain understandable without making the current PAM ecosystem ambiguous.