Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
update php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
drAlberT committed Nov 17, 2016
1 parent 3b35fc7 commit 67c8a69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
],
"support": {
"issues": "https://github.com/faktiva/prestashop-seo-tk/issues",
"source": "https://github.com/faktiva/prestashop-seo-tk/releases/latest"
"source": "https://github.com/faktiva/prestashop-clean-urls/releases/latest",
"email": "[email protected]"
},
"replace": {
"zizuu-store/zzseotk": "*"
},

"minimum-stability": "stable",
Expand All @@ -28,17 +32,14 @@
"php": "5.3.9"
}
},
"replace": {
"zizuu-store/zzseotk": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.12",
"sensiolabs/security-checker": "^4.0",
"symfony/var-dumper": "^2.0 || ^3.0",
"symfony/debug": "^2.0 || ^3.0"
},
"require": {
"php": ">=5.2"
"php": ">=5.3.9"
},
"scripts": {
"chk-cs": [
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 67c8a69

Please sign in to comment.