Skip to content

Commit

Permalink
TE-7661 Upgrade to PHP 7.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 27, 2020
1 parent 6d371a1 commit d1cb25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: php

php:
- 7.2
- 7.3
- 7.4

matrix:
fast_finish: true

include:
- php: 7.2
- php: 7.3
env: PREFER_LOWEST=1

env:
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": "ProductList module",
"license": "proprietary",
"require": {
"php": ">=7.2",
"php": ">=7.3",
"spryker/cart-extension": "^1.5.0 || ^2.1.0 || ^4.0.0",
"spryker/category": "^3.0.0 || ^4.0.0",
"spryker/kernel": "^3.33.0",
Expand Down

0 comments on commit d1cb25c

Please sign in to comment.