Skip to content

Commit

Permalink
Allow to use the extension with PHPSpec 6.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Kotosz authored Nov 26, 2019
1 parent bc1e6c6 commit d9809ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Compatibility
# Compatibility
You need at least Magento 2.3 to use this version of the tool.

# Purpose of the tools
Expand All @@ -24,10 +24,11 @@ extensions:
# Compatibilty with PhpSpec
This tool is compatible with PhpSpec 2, 4 and 5.
This tool is compatible with PhpSpec 2, 4, 5 and 6.
| PhpSpec Version | Bootstrap Magento2 Version |
|-------------------|----------------------------|
| 2.x | 1.x |
| 4.x | 2.x |
| 5.x | 3.x |
| 6.x | 3.x |
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"phpspec/phpspec": "^5.0"
"phpspec/phpspec": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -18,6 +18,5 @@
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "stable"
}
}

0 comments on commit d9809ab

Please sign in to comment.