Skip to content

Commit

Permalink
raised minimal version of PHP to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Feb 8, 2017
1 parent f1517af commit e9669e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: shipito/php:5.6
image: shipito/php:7.0

stages:
- build
Expand Down Expand Up @@ -41,10 +41,6 @@ analyze:cs:
test:default:
<<: *test_job

test:php70:
image: shipito/php:7.0
<<: *test_job

test:php71:
image: shipito/php:7.1
<<: *test_job
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

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 1.1.1+dev
- used message catalogue for translation by default
- changed ids in templates
- raised minimal version of PHP to 7.0

Version 1.1.1
- updated for nexendrie/translation 0.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"docs": "https://nexendrie.gitlab.io/book-component"
},
"require": {
"php": ">=5.6.0",
"php": ">=7.0.0",
"nette/application": "^2.4",
"nette/utils": "^2.4",
"latte/latte": "^2.4",
Expand Down

0 comments on commit e9669e2

Please sign in to comment.