Skip to content

Commit

Permalink
ACP-4403 Updated min version of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Nov 19, 2024
1 parent 824e598 commit fc9af53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
php-version: [
'8.1',
'8.2',
]
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AppKernel module",
"license": "proprietary",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"guzzlehttp/psr7": "^2.7",
"league/openapi-psr7-validator": "^0.22.0",
"spryker/app-kernel-extension": "^1.0.0",
Expand Down

0 comments on commit fc9af53

Please sign in to comment.