Skip to content

Commit

Permalink
Bump PHP version requirements for chainguard project
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinm committed Jul 9, 2023
1 parent d57565e commit 2702672
Show file tree
Hide file tree
Showing 3 changed files with 896 additions and 616 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prefer-stable": true,
"repositories": [],
"require": {
"php": "8.1.*",
"php": "^8.1|^8.2",
"dreamfactory/df-admin-app": "~5.0.1",
"dreamfactory/df-api-docs-ui": "~3.0.2",
"dreamfactory/df-apidoc": "~0.8.0",
Expand Down Expand Up @@ -113,4 +113,4 @@
"php-http/discovery": true
}
}
}
}
4 changes: 2 additions & 2 deletions composer.json-dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prefer-stable": true,
"repositories": [],
"require": {
"php": "8.1.*",
"php": "^8.1|^8.2",
"dreamfactory/df-admin-app": "~5.0.1",
"dreamfactory/df-api-docs-ui": "~3.0.2",
"dreamfactory/df-apidoc": "~0.8.0",
Expand Down Expand Up @@ -113,4 +113,4 @@
"php-http/discovery": true
}
}
}
}
Loading

0 comments on commit 2702672

Please sign in to comment.