Skip to content

Commit

Permalink
Update to phpcq 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Jan 12, 2018
1 parent 83415b6 commit 42fb773
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: php
php:
- "5.6"
- "7.2"
- "7.1"
- "7.0"
- "5.6"

install:
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "contao-community-alliance/url-builder",
"description": "General purpose URL builder and manipulator.",
"license": "LGPL-3.0+",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Christian Schiffler",
Expand All @@ -22,10 +22,10 @@
"source": "https://github.com/contao-community-alliance/url-builder"
},
"require": {
"php": ">=5.6"
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpcq/all-tasks": "~1.1"
"phpcq/all-tasks": "~1.2"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion tests/ContaoCommunityAlliance/UrlBuilder/Test/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Abstract base class for test cases of the library.
*/
abstract class TestCase extends \PHPUnit_Framework_TestCase
abstract class TestCase extends \PHPUnit\Framework\TestCase
{

}

0 comments on commit 42fb773

Please sign in to comment.