Skip to content

Commit

Permalink
Upgrade dependencies after declaring PHP version >= 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed May 25, 2021
1 parent e54fd24 commit 3f6045f
Show file tree
Hide file tree
Showing 15 changed files with 2,014 additions and 839 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- '7.0.28'
- '7.3.8'
before_install:
- nvm install 14.16.1
before_script:
Expand Down
3 changes: 0 additions & 3 deletions app/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
imports:
- { resource: services_legacy_aliases.yml }

services:
_defaults:
autowire: true
Expand Down
7 changes: 0 additions & 7 deletions app/config/services_legacy_aliases.yml

This file was deleted.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
},
"require": {
"php": ">=7.0.8",
"php": ">=7.3.8",
"ext-curl": "*",
"ext-gd": "*",
"ext-intl": "*",
Expand Down Expand Up @@ -43,7 +43,7 @@
"symfony/symfony": "^3.4"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^2.3",
"doctrine/doctrine-fixtures-bundle": "^3.2",
"fzaninotto/faker": "^1.8",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^2.8",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"config": {
"platform": {
"php": "7.0.8"
"php": "7.3.8"
},
"process-timeout": 0,
"sort-packages": true
Expand Down
Loading

0 comments on commit 3f6045f

Please sign in to comment.