Skip to content
Snippets Groups Projects
Commit 1f10fdef authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Adjust PHP versions

parent 11618a15
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ github_mirror:
lint:
stage: test
tags:
- php
- php-7.1
- composer
script:
- composer update
......@@ -29,7 +29,7 @@ unittest:
stage: test
tags:
- composer
- php
- php-7.1
- progstats
script:
- echo $TEST_DB_PASS > DB_PASS.secret
......@@ -44,7 +44,6 @@ upload_release_to_github:
- master
tags:
- python
- linux
script:
- mkdir -p artifacts
- git clone https://gitlab.namibsun.net/namboy94/ci-scripts.git
......@@ -58,7 +57,6 @@ upload_release_to_gitlab:
- master
tags:
- python
- linux
script:
- mkdir -p artifacts
- git clone https://gitlab.namibsun.net/namboy94/ci-scripts.git
......
{
"name": "namboy94/champlates",
"type": "library",
"description": "Templating for PHP 7+",
"description": "Templating for PHP 7.1+",
"keywords": ["templates", "html"],
"homepage": "https://gitlab.namibsun.net/namboy94/champlates",
"license": "GPLv3",
......@@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0.0"
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment