Skip to content

Commit

Permalink
Bump minimal required versions of dependencies to support PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 30, 2021
1 parent ae8d1e3 commit e90ec7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ updates:
open-pull-requests-limit: 10
allow:
- dependency-type: "development"
ignore:
- dependency-name: "giggsey/libphonenumber-for-php"
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.4.0",
"doctrine/dbal": "^2.6@dev || ^3.0@dev",
"doctrine/dbal": "^2.13.3@dev || ^3.0@dev",
"brick/phonenumber": "^0.2@dev || ^0.3@dev || ^0.4@dev"
},
"require-dev": {
Expand All @@ -29,7 +29,8 @@
"spaze/phpstan-disallowed-calls": "1.9.0",
"phpstan/phpstan-mockery": "0.12.14",
"php-parallel-lint/php-parallel-lint": "1.3.1",
"nepada/coding-standard": "7.4.0"
"nepada/coding-standard": "7.4.0",
"giggsey/libphonenumber-for-php": "^8.12.34"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e90ec7e

Please sign in to comment.