File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.10.1: phpspec 6.3, PHP 7.2 to 8.0
4+
5+ Upgraded requirements:
6+
7+ * phpspec 6.3
8+ * PHP 7.2 to PHP 8.0
9+
310## 0.10.0: Symfony 5, phpspec 6, PHP 7.2
411
512Upgraded requirements:
Original file line number Diff line number Diff line change 1- # Memio's SpecGen [ ![ Travis CI ] ( https://travis-ci.org/memio/spec-gen.png )] ( https://travis-ci.org/memio/spec-gen )
1+ # Memio's SpecGen
22
33This extension for [ phpspec] ( http://phpspec.net/ ) provides a powerful code generator:
44
@@ -20,7 +20,7 @@ This extension for [phpspec](http://phpspec.net/) provides a powerful code gener
2020First install it using [ Composer] ( https://getcomposer.org/download ) :
2121
2222``` console
23- $ composer require --dev memio/spec-gen:^0.10
23+ composer require --dev memio/spec-gen:^0.10.1
2424```
2525
2626Then enable it in ` phpspec.yml ` :
@@ -32,6 +32,7 @@ extensions:
3232
3333> **Version guide**:
3434>
35+ > * using phpspec 6? Then use spec-gen v0.10
3536> * using phpspec 5? Then use spec-gen v0.9
3637> * using phpspec 4? Then use spec-gen v0.8
3738> * using phpspec 3 and PHP 7? Then use spec-gen v0.7
You can’t perform that action at this time.
0 commit comments