Releases: BenConstable/phpspec-laravel
Releases · BenConstable/phpspec-laravel
v4.0.1
v4.0.0
v4.0.0 includes PhpSpec v4 support, which requires PHP 7.0 and greater.
v3.0.2
- Adds support for Laravel 5.4
- Improves travis-ci build steps
- Correctly states that v3 supports Laravel 5.1 and up, not 5.0
v3.0.1
Minor readme update.
v3.0.0
Version 3.0, including:
- Support for phpspec v3
- Some minor tidying up
v2.0.0
Version 2.0.0, including:
- Support for Laravel 5
- Removal of migration and seeding functionality
- Removal of Eloquent-specific testing helpers
- Internal refactoring (including PSR-2, a simplified codebase and better Laravel bootstrapping)
- Added a CONTRIBUTING guide
v1.6.0
- Add Laravel path config
v1.5.0
- You can now seed your database after running migrations
v1.4.0
- phpspec-laravel now supports Laravel 5
v1.3.0
- Fixes db migration issue
- Laravel is now only bootstrapped for Laravel specs