Skip to content

Tags: LGHTNNG/spec-gen

Tags

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request memio#8 from roukmoute/php7.2

Add support for PHP 7.2

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request memio#6 from aRn0D/issue_5

Fix memio#5 Do not add "use float"

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request memio#4 from aRn0D/fixphpspecversion

Fix phpspec version

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request memio#3 from aRn0D/update_dependencies

Update memio dependencies

v0.8.0

Toggle v0.8.0's commit message
phpspec 4

Upgraded phpspec to v4.0@rc, meaning:

* phpspec v2 and v3 support was dropped

v0.7.0

Toggle v0.7.0's commit message
Scalar Type Hints

Upgraded Memio to v2.0@alpha, meaning:

* PHP 5 support was dropped
* scalar arguments now get type hinted
* maximum method argument line length changed from 120 to 80
* opening curly brace changed to be on the same line as the method
  closing parenthesis, when arguments are on many lines
* properties changed to not have empty lines between them,
  except if they have PHPdoc

v0.6.2

Toggle v0.6.2's commit message
Re-enabled Constructor Generator

Constructor generator wasn't registered as a generator in phpspec 3,
du to a missing DI tag.

v0.6.1

Toggle v0.6.1's commit message
Fixed ugrade

v0.6.0

Toggle v0.6.0's commit message
Released v0.6.0

v0.5.0

Toggle v0.5.0's commit message
Upgraded to phpspec 3

Due to phpspec sharing some common dependencies with SpecGen:

* dropped support for PHP < 5.6
* dropped support for Symfony Event Dispatcher < 2.7