Skip to content

Commit

Permalink
bump phpcs version for php7.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mike42 committed Feb 17, 2019
1 parent 24ee5e6 commit 5967bd8
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 41 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
"php": "7.0.0"
}
},
"require": {},
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"Mike42\\": "src/Mike42"
}
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2"
"squizlabs/php_codesniffer": "^3.3.1"
}
}
139 changes: 100 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5967bd8

Please sign in to comment.