Skip to content

Commit

Permalink
Merge pull request #46 from weierophinney/qa/laminas-coding-standard2
Browse files Browse the repository at this point in the history
Update laminas-coding-standard to v2.3
  • Loading branch information
weierophinney authored Mar 30, 2022
2 parents 1fcd649 + a36e630 commit 24f9f29
Show file tree
Hide file tree
Showing 91 changed files with 839 additions and 1,171 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.phpcs-cache
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
Expand Down
7 changes: 0 additions & 7 deletions bin/generate-oauth2-keys
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
<?php

declare(strict_types=1);
/*
* @see https://github.com/mezzio/mezzio-authentication-oauth2 for the canonical source repository
*
* @copyright Copyright (c) 2017 Laminas (https://www.zend.com)
* @license https://github.com/mezzio/mezzio-authentication-oauth2/blob/master/LICENSE.md
* New BSD License
*/

/*
* Script to generate public, private and encryption keys for thephpleague/oauth2-server.
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"squizlabs/php_codesniffer": "3.6.2 as 2.9.9999999",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-diactoros": "^1.4.0 || ^2.0",
"laminas/laminas-servicemanager": "^3.10.0",
"phpunit/phpunit": "^9.5.11",
"phpspec/prophecy-phpunit": "^2.0"
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.11"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 24f9f29

Please sign in to comment.