mantle-framework / testing-dependencies
The Mantle Framework Testing Dependencies Package
Installs: 445
Dependents: 3
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/mantle-framework/testing-dependencies
Requires
- php: ^8.2
- alleyinteractive/composer-wordpress-autoloader: ^1.0
- fakerphp/faker: ^1.24
- filp/whoops: ^2.18.1
- myclabs/deep-copy: ^1.13
- nunomaduro/termwind: ^1.15.1 || ^2.0
- phpunit/phpunit: ^10.5.62 || ^11.5.50 || ^12.5.8
- spatie/phpunit-snapshot-assertions: ^4.2 || ^5.1
- symfony/css-selector: ^7.2.0
- symfony/http-foundation: ^7.3.7
Suggests
- brianium/paratest: For running tests in parallel.
- mantle-framework/testkit: For running tests against a WordPress install without Mantle
- nunomaduro/collision: For better PHPUnit printing.
README
This package contains testing dependencies required for the Mantle Framework. For
projects that depend on alleyinteractive/mantle-framework, this package will be
need to be required within the require-dev section of your composer.json file.
Requiring this package will alleviate the need to manually include each testing
dependency individually.
For projects that depend on mantle-framework/testkit, this package is already
included as a dependency and does not need to be added separately.