Skip to content

Commit

Permalink
Merge pull request #145 from patchlevel/fix-php-version-for-1.0
Browse files Browse the repository at this point in the history
fixed php version to 7.4 and 8.0
  • Loading branch information
DanielBadura authored Dec 22, 2021
2 parents ba3818f + 9b70e58 commit b2323db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
}
],
"require": {
"php": "^7.4|^8.0",
"ext-json": "^7.4|^8.0",
"php": "~7.4.0|~8.0.0",
"ext-json": "~7.4.0|~8.0.0",
"doctrine/dbal": "^3.2.0",
"psr/cache": "^1.0.1|^2.0.0",
"psr/simple-cache": "^1.0.1|^2.0.0"
},
"require-dev": {
"ext-pdo_sqlite": "^7.4|^8.0",
"ext-pdo_sqlite": "~7.4.0|~8.0.0",
"doctrine/migrations": "^3.3",
"infection/infection": "^0.21.5",
"patchlevel/coding-standard": "^1.1.1",
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2323db

Please sign in to comment.