Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
- minor chenages
- update dependencies
drAlberT committed Nov 17, 2016
1 parent c5069fd commit 8185b6b
Showing 2 changed files with 25 additions and 18 deletions.
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -8,9 +8,16 @@
{
"name": "Emiliano 'AlberT' Gabrielli",
"email": "albert@faktiva.com",
"homepage": "http://faktiva.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/faktiva/php-admin-tk/issues",
"source": "https://github.com/faktiva/php-admin-tk/releases/latest",
"email": "support@faktiva.com"
},

"minimum-stability": "stable",
"config": {
"bin-dir": "bin",
@@ -24,9 +31,9 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.12",
"symfony/var-dumper": "^2.8 || ^3.0",
"symfony/debug": "^2.8 || ^3.0",
"sensiolabs/security-checker": "^4.0"
"sensiolabs/security-checker": "^4.0",
"symfony/var-dumper": "^2.0 || ^3.0",
"symfony/debug": "^2.0 || ^3.0"
},
"require": {
"php": ">=5.4.0",
@@ -75,7 +82,7 @@
},
"scripts": {
"chk-cs": [
"bin/php-cs-fixer -vvv fix --dry-run"
"php bin/php-cs-fixer -vvv fix --dry-run"
],
"chk-sec": [
"php bin/security-checker -vv security:check"
@@ -85,7 +92,7 @@
"@chk-sec"
],
"fix-cs": [
"bin/php-cs-fixer -vvv fix"
"php bin/php-cs-fixer -vvv fix"
],

"post-install-cmd": [
26 changes: 13 additions & 13 deletions composer.lock

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

0 comments on commit 8185b6b

Please sign in to comment.