Skip to content

Commit

Permalink
Deprecate PHP7.3 checks and update psr11 package
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Peacock committed Jun 14, 2022
1 parent 77a4533 commit f252b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
php-version:
- '7.3'
- '7.4'
- '8.0'

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require": {
"php": "^7.2 | ^8.0",
"php": "^7.4 | ^8.0",
"spryker-shop/shop-application": "^1.0",
"spryker/propel": "^3.0",
"spryker/console": "^4.0",
Expand All @@ -36,7 +36,7 @@
"propel/propel": "2.0.0-alpha12",
"behat/behat": "^3.5",
"spryker-sdk/phpstan-spryker": "^0.4",
"roave/behat-psr11extension": "^1.0",
"roave/behat-psr11extension": "^2.1",
"webmozart/path-util": "^2.0",
"spryker/code-sniffer": "^0.17.7",
"spryker-shop/web-profiler-widget": "^1.4",
Expand Down

0 comments on commit f252b67

Please sign in to comment.