Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jun 12, 2019
2 parents 80e82c4 + 22b74d0 commit 57e9a9e
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-cli
- image: circleci/php:7.2-cli

working_directory: ~/repo

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor
/.idea
/test/unit/_coverage
/composer.phar
/composer.phar
.phpunit.*
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.1.0
version: 7.2.0
tests:
override:
-
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "library",

"require": {
"php": ">=7.1.0"
"php": ">=7.2.0"
},

"require-dev": {
"phpunit/phpunit": "^7.4 || ^8.0",
"phpgt/dom": "^1.0"
"phpunit/phpunit": "8.*",
"phpgt/dom": "1.*"
},

"license": "MIT",
Expand All @@ -24,4 +24,4 @@
"Gt\\CssXPath\\Test\\": "./test/unit"
}
}
}
}
Loading

0 comments on commit 57e9a9e

Please sign in to comment.