mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-15 08:48:42 +00:00
Setup composer
This commit is contained in:
parent
88b9b5a853
commit
81a75b0a5f
|
|
@ -1,5 +1,6 @@
|
||||||
language: js
|
language: js
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer install
|
||||||
- git clone -b develop https://github.com/Orange-Management/Build.git
|
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||||
- chmod -R 755 Build/Hooks
|
- chmod -R 755 Build/Hooks
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
14
composer.json
Normal file
14
composer.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "Orange-Management/jsOMS",
|
||||||
|
"description": "PHP Framework for Orange Management.",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Dennis Eichhorn",
|
||||||
|
"email": "spl1nes.com@googlemail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require-dev": {
|
||||||
|
"squizlabs/php_codesniffer": "~3.2",
|
||||||
|
"phpstan/phpstan": "~0.10.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user