Skip to content

Commit

Permalink
Merge pull request #139 from pantheon-systems/use-php-compat-sniffs
Browse files Browse the repository at this point in the history
Use PHPCompatibility sniffs for PHP compat detection
  • Loading branch information
danielbachhuber authored Oct 27, 2019
2 parents ccce90a + 2c7f911 commit 121bfd1
Show file tree
Hide file tree
Showing 4 changed files with 3,382 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master",
"wp-coding-standards/wpcs": "^2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^7",
"phpcompatibility/php-compatibility": "^9.3"
},
"scripts": {
"lint": "@phpcs",
Expand Down
Loading

0 comments on commit 121bfd1

Please sign in to comment.