Skip to content

Commit 3830ce2

Browse files
authored
Merge pull request #80 from gsteel/v4/aura-router
Remove mention of Aura Router from the Readme, and `suggest` of `composer.json`
2 parents 7ab88e9 + 5c06885 commit 3830ce2

File tree

3 files changed

+24
-27
lines changed

3 files changed

+24
-27
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ $ composer require mezzio/mezzio-router
4141

4242
We currently support and provide the following routing integrations:
4343

44-
- [Aura.Router](https://github.com/auraphp/Aura.Router):
45-
`composer require mezzio/mezzio-aurarouter`
4644
- [FastRoute](https://github.com/nikic/FastRoute):
4745
`composer require mezzio/mezzio-fastroute`
4846
- [laminas-router](https://github.com/laminas/laminas-router):

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@
5252
"laminas/laminas-diactoros": "^3.5.0",
5353
"laminas/laminas-servicemanager": "^4.3.0",
5454
"laminas/laminas-stratigility": "^4.1.0",
55-
"phpunit/phpunit": "^10.5.38",
55+
"phpunit/phpunit": "^10.5.39",
5656
"psalm/plugin-phpunit": "^0.19.0",
5757
"vimeo/psalm": "^5.26.1"
5858
},
5959
"suggest": {
60-
"mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter",
6160
"mezzio/mezzio-fastroute": "^3.0 to use the FastRoute routing adapter",
6261
"mezzio/mezzio-laminasrouter": "^3.0 to use the laminas-router routing adapter"
6362
},

composer.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)