"git@gitlab-ssh.irstea.fr:reversaal/OhmPi.git" did not exist on "76f17f4687b97e679736d8a72f141211223cfd2d"
CI setup.
Showing
+52 -1
.gitlab-ci.yml
0 → 100644
.packagist.sh
0 → 100755
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^5.6 | ^7.0", | "php": "^7.0", | ||
"ext-json": "*", | "ext-json": "*", | ||
"friendsofphp/php-cs-fixer": "^2.13" | "friendsofphp/php-cs-fixer": "^2.13" | ||
}, | }, | ||
... | @@ -19,5 +19,8 @@ | ... | @@ -19,5 +19,8 @@ |
}, | }, | ||
"config": { | "config": { | ||
"sort-packages": true | "sort-packages": true | ||
}, | |||
"archive": { | |||
"exclude": [".?*"] | |||
} | } | ||
} | } |
Please register or sign in to comment