-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from visto9259/2.x
Implementing proposed changes
- Loading branch information
Showing
65 changed files
with
1,163 additions
and
607 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,15 @@ | |
{ | ||
"name": "Bas Kamer", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Eric Richer", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1 || ^8.2 || ^8.3", | ||
"laminas/laminas-authentication": "^2.0", | ||
"laminas/laminas-servicemanager": "^3.3", | ||
"laminas/laminas-stdlib": "^3.1", | ||
"doctrine/persistence": "^2.0 || ^3.0" | ||
|
@@ -47,7 +52,8 @@ | |
"phpspec/prophecy-phpunit": "^2.0", | ||
"friendsofphp/php-cs-fixer": "^3.43", | ||
"php-coveralls/php-coveralls": "^2.0", | ||
"doctrine/collections": "^2.0" | ||
"doctrine/orm": "^2.13 | ^3.0", | ||
"symfony/cache": "^4.0| ^5.0 |^6.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
@@ -78,6 +84,7 @@ | |
"cs-fix": "php-cs-fixer fix -v --diff", | ||
"test": "phpunit --colors=always", | ||
"header": "docheader check src test", | ||
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml" | ||
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml", | ||
"test-coverage-html": "phpunit --colors=always --coverage-html ./build/html" | ||
} | ||
} |
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
Oops, something went wrong.