Skip to content

Commit

Permalink
TE-4334 PHP72+ for core.
Browse files Browse the repository at this point in the history
TE-4334 raised minimum version of php to 7.2

TE-4334 updated travis file

TE-4334 updated travis file

TE-4334 Fix travis.yml

TE-4334 composer.json update

TE-4334 Change updater logic

TE-4334 Comment back require updater
  • Loading branch information
dereuromark authored and Vasily Rodin committed Nov 13, 2019
1 parent 3f90ecf commit d22d47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: php
dist: trusty

php:
- 7.1
- 7.2

cache:
directories:
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": "ProductDiscontinuedProductBundleConnector module",
"license": "proprietary",
"require": {
"php": ">=7.1",
"php": ">=7.2",
"spryker/kernel": "^3.30.0",
"spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^6.0.0",
"spryker/product-discontinued": "^1.1.0",
Expand Down

0 comments on commit d22d47d

Please sign in to comment.