mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge branch 'master' into PHRAS-2079_Admin_personnalisation_section
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
orbs:
|
orbs:
|
||||||
aws-ecr: circleci/aws-ecr@4.0.1
|
aws-ecr: circleci/aws-ecr@4.0.1
|
||||||
|
executors:
|
||||||
|
docker_build:
|
||||||
|
machine:
|
||||||
|
docker_layer_caching: true
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: ~/alchemy-fr/Phraseanet
|
working_directory: ~/alchemy-fr/Phraseanet
|
||||||
@@ -109,8 +113,6 @@ workflows:
|
|||||||
oldfashion:
|
oldfashion:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
|
||||||
newfashion:
|
newfashion:
|
||||||
jobs:
|
jobs:
|
||||||
- aws-ecr/build_and_push_image:
|
- aws-ecr/build_and_push_image:
|
||||||
|
@@ -47,7 +47,7 @@
|
|||||||
"php": ">=5.5.9",
|
"php": ">=5.5.9",
|
||||||
"ext-intl": "*",
|
"ext-intl": "*",
|
||||||
"alchemy-fr/tcpdf-clone": "~6.0",
|
"alchemy-fr/tcpdf-clone": "~6.0",
|
||||||
"alchemy/embed-bundle": "^2.0.0",
|
"alchemy/embed-bundle": "^2.0.2",
|
||||||
"alchemy/geonames-api-consumer": "~0.1.0",
|
"alchemy/geonames-api-consumer": "~0.1.0",
|
||||||
"alchemy/mediavorus": "^0.4.4",
|
"alchemy/mediavorus": "^0.4.4",
|
||||||
"alchemy/oauth2php": "1.1.0",
|
"alchemy/oauth2php": "1.1.0",
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
"paragonie/random-lib": "^2.0"
|
"paragonie/random-lib": "^2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mikey179/vfsStream": "~1.5",
|
"mikey179/vfsstream": "~1.5",
|
||||||
"phpunit/phpunit": "^4.8|^5.0"
|
"phpunit/phpunit": "^4.8|^5.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Reference in New Issue
Block a user