Skip to content

Commit

Permalink
PHP 8.1 and Laminas-mvc optional (#20)
Browse files Browse the repository at this point in the history
* Test against 8.1, laminas-mvc is optional

* Add mezzio context
  • Loading branch information
snapshotpl authored Jan 12, 2022
1 parent 2e26e68 commit 8bbac21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- lowest
- highest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tactician Laminas Module
# Tactician Laminas/Mezzio Module

Wrapper module for easy use of the [Tactician](http://tactician.thephpleague.com/) Command Bus in your Laminas or Mezzio applications.

Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "mikemix/tactician-module",
"description": "Laminas Module to use the League of Extraordinary Packages' Tactician library - flexible command bus implementation",
"description": "Laminas/Mezzio Module to use the League of Extraordinary Packages' Tactician library - flexible command bus implementation",
"require": {
"php": "^7.1 || ^8.0",
"league/tactician": "^1.0",
"laminas/laminas-mvc": "^3.1.1",
"psr/container": "^1.0"
},
"require-dev": {
"league/tactician-doctrine": "^1.0",
"phpunit/phpunit": "^7.5.20 || ^9.3.8",
"doctrine/orm": "^2.5",
"squizlabs/php_codesniffer": "^3.6"
"squizlabs/php_codesniffer": "^3.6",
"laminas/laminas-mvc": "^3.1.1"
},
"keywords": [
"laminas framework",
Expand Down Expand Up @@ -41,7 +41,9 @@
"TacticianModuleTest\\": "test/"
}
},
"suggest": {
"mikemix/mxdi-module": "To configure dependency injection in Zend Framework 2 using annotations"
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit 8bbac21

Please sign in to comment.