Skip to content

Commit

Permalink
chore: update php_codesniffer to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Jun 12, 2017
1 parent ea738c9 commit 63c782f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Component/DependencyInjection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"mockery/mockery" : "^0.9.9",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/EventConverter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ecailles/callable-object" : "~1.0.1"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1"
"squizlabs/php_codesniffer": "^2.9.1"
},
"autoload" : {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Component/EventDispatcher/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"brain/monkey" : "^2.0.2",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/MetaBox/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"mockery/mockery" : "^0.9.9",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/NavMenu/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"brain/monkey" : "~2.0.2",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/PostType/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"brain/monkey" : "~2.0.2",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Shortcode/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ecailles/callable-object": "~1.0.1"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"brain/monkey" : "~2.0.2",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Sidebar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"brain/monkey" : "~2.0.2",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Taxonomy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devaloka/post-type": "~0.5.3"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"brain/monkey" : "~2.0.2",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Templating/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"symfony/event-dispatcher": "~3.2"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1"
"squizlabs/php_codesniffer": "^2.9.1"
},
"autoload" : {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"symfony/translation": "~3.2"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1"
"squizlabs/php_codesniffer": "^2.9.1"
},
"autoload" : {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Widget/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^5.7",
"brain/monkey" : "~2.0.2",
"satooshi/php-coveralls" : "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Wp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"php": ">=5.6.0"
},
"require-dev" : {
"squizlabs/php_codesniffer": "^2.7.1"
"squizlabs/php_codesniffer": "^2.9.1"
},
"autoload" : {
"psr-4": {
Expand Down

0 comments on commit 63c782f

Please sign in to comment.