Skip to content

Commit

Permalink
Merge pull request #32 from coenjacobs/0.5-release
Browse files Browse the repository at this point in the history
0.5 release, version bumps and hello future!
  • Loading branch information
coenjacobs authored Dec 23, 2019
2 parents a5fd932 + b76acaa commit 671327d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
vendor/

.DS_Store
composer.lock
composer.lock
.phpunit.result.cache
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

install:
- composer selfupdate --no-interaction
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"prefer-stable": true,
"license": "MIT",
"require": {
"php": "^7.1",
"symfony/console": "^4",
"symfony/finder": "^4",
"php": "^7.2",
"symfony/console": "^4|^5",
"symfony/finder": "^4|^5",
"league/flysystem": "^1.0"
},
"autoload": {
Expand All @@ -23,7 +23,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"coenjacobs/php-composter-phpcs": "^0.1.0"
"phpunit/phpunit": "^8.5"
}
}

0 comments on commit 671327d

Please sign in to comment.