Skip to content

Commit

Permalink
Update phpstan/phpstan requirement from 1.10.56 to 1.10.57 (#268)
Browse files Browse the repository at this point in the history
* Update phpstan/phpstan requirement from 1.10.56 to 1.10.57

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.56...1.10.57)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* config composer mustache template

* config new php versions

* config phpunit 10

* config php unit version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franklin Carrero <[email protected]>
  • Loading branch information
dependabot[bot] and fcarrero authored Jan 30, 2024
1 parent 8679777 commit 08fd34b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependency-versions:
- "lowest"
- "highest"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"guzzlehttp/psr7": "^1.7 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"friendsofphp/php-cs-fixer": "^3.5",
"phpstan/phpstan": "1.10.56"
"phpstan/phpstan": "1.10.57"
},
"autoload": {
"psr-4": { "Conekta\\" : "lib/" }
Expand Down
4 changes: 2 additions & 2 deletions templates/php/composer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"guzzlehttp/psr7": "^1.7 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"friendsofphp/php-cs-fixer": "^3.5",
"phpstan/phpstan": "1.10.56"
"phpstan/phpstan": "1.10.57"
},
"autoload": {
"psr-4": { "{{escapedInvokerPackage}}\\" : "{{srcBasePath}}/" }
Expand Down

0 comments on commit 08fd34b

Please sign in to comment.