Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Bump php version for CircleCI build and update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
roquie committed Apr 30, 2019
1 parent f97bc87 commit c2c8540
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.2-browsers
- image: circleci/php:7.3-browsers

working_directory: ~/repo

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
.idea
scratch
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4.3",
"phpunit/phpunit": "^8",
"symfony/var-dumper": "^4.1"
},
"suggest": {
Expand Down
Loading

0 comments on commit c2c8540

Please sign in to comment.