Skip to content

Releases: BenConstable/phpspec-laravel

v4.0.1

12 Jul 12:11
3a504cf
Compare
Choose a tag to compare
  • Fixes broken vendor path after switch to PSR-4 autoloading

v4.0.0

28 Apr 17:53
Compare
Choose a tag to compare

v4.0.0 includes PhpSpec v4 support, which requires PHP 7.0 and greater.

v3.0.2

29 Jan 21:08
Compare
Choose a tag to compare
  • 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

13 Sep 07:44
Compare
Choose a tag to compare

Minor readme update.

v3.0.0

12 Sep 17:45
Compare
Choose a tag to compare

Version 3.0, including:

  • Support for phpspec v3
  • Some minor tidying up

v2.0.0

15 Mar 16:12
Compare
Choose a tag to compare

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

14 Oct 21:39
Compare
Choose a tag to compare
  • Add Laravel path config

v1.5.0

18 Sep 12:25
Compare
Choose a tag to compare
  • You can now seed your database after running migrations

v1.4.0

17 Sep 12:27
Compare
Choose a tag to compare
  • phpspec-laravel now supports Laravel 5

v1.3.0

16 Jun 13:15
Compare
Choose a tag to compare
  • Fixes db migration issue
  • Laravel is now only bootstrapped for Laravel specs