Skip to content

Commit

Permalink
fix php version for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 22, 2021
1 parent ba3818f commit 9b70e58
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 9b70e58

Please sign in to comment.