Skip to content

Commit

Permalink
Bump minimum PHP version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Feb 16, 2017
1 parent b3fda37 commit fec344e
Show file tree
Hide file tree
Showing 6 changed files with 836 additions and 604 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
application:
environment:
php:
version: 5.6
version: 7.1
dependencies:
before:
- composer install --no-interaction
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- hhvm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CSBill is an open-source application that allows you to manage clients and conta
Requirements
------------

CSBill requires minimum PHP 5.6.10.
CSBill requires minimum PHP 7.1.0.

*Note:* The latest version of PHP is always recommended

Expand Down
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
]
},
"require": {
"php": ">=5.6.10",
"php": ">=7.1",
"symfony/symfony": "2.8.*",
"symfony/polyfill-php70": "^1.2",
"symfony/polyfill-iconv": "^1.2",
"symfony/polyfill-intl-icu": "^1.2",
"symfony/polyfill-intl-normalizer": "^1.2",
Expand Down Expand Up @@ -132,10 +131,7 @@
]
},
"config": {
"bin-dir": "bin",
"platform": {
"php": "5.6.10"
}
"bin-dir": "bin"
},
"extra": {
"symfony-app-dir": "app",
Expand Down
Loading

0 comments on commit fec344e

Please sign in to comment.