-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for laminas/laminas-servicemanager:4.x
Signed-off-by: alexmerlin <[email protected]>
- Loading branch information
1 parent
18575eb
commit 23c74de
Showing
10 changed files
with
55 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ignore_php_platform_requirements": { | ||
"8.4": true | ||
}, | ||
"backwardCompatibilityCheck": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "dotkernel/dot-navigation", | ||
"type": "library", | ||
"description": "DotKernel navigation component", | ||
"description": "Dotkernel navigation component", | ||
"license": "MIT", | ||
"homepage": "https://github.com/dotkernel/dot-navigation", | ||
"keywords": [ | ||
|
@@ -13,7 +13,7 @@ | |
], | ||
"authors": [ | ||
{ | ||
"name": "DotKernel Team", | ||
"name": "Dotkernel Team", | ||
"email": "[email protected]" | ||
} | ||
], | ||
|
@@ -24,17 +24,17 @@ | |
} | ||
}, | ||
"require": { | ||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0", | ||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", | ||
"dotkernel/dot-authorization": "^3.4.1", | ||
"dotkernel/dot-helpers": "^3.5.1", | ||
"dotkernel/dot-helpers": "^3.7.0", | ||
"laminas/laminas-escaper": "^2.13.0", | ||
"laminas/laminas-servicemanager": "^3.22.1", | ||
"laminas/laminas-servicemanager": "^4.0", | ||
"mezzio/mezzio-template": "^2.9.0", | ||
"psr/http-message": "^1.0 || ^2.0", | ||
"psr/http-server-middleware": "^1.0.2" | ||
}, | ||
"require-dev": { | ||
"laminas/laminas-coding-standard": "^2.5.0", | ||
"laminas/laminas-coding-standard": "^3.0.0", | ||
"phpunit/phpunit": "^10.4.2", | ||
"vimeo/psalm": "^5.16.0" | ||
}, | ||
|
@@ -51,7 +51,8 @@ | |
"scripts": { | ||
"check": [ | ||
"@cs-check", | ||
"@test" | ||
"@test", | ||
"@static-analysis" | ||
], | ||
"cs-check": "phpcs", | ||
"cs-fix": "phpcbf", | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Overview | ||
|
||
`dot-navigation` is DotKernel's component that allows you to easily define and parse menus inside templates, using a configuration based approach. | ||
`dot-navigation` is Dotkernel's component that allows you to easily define and parse menus inside templates, using a configuration based approach. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters