-
- Downloads
Issue #3492522: Move from OpenEuropa github repository.
Showing
- .drone.yml 0 additions, 72 deletions.drone.yml
- .gitignore 3 additions, 1 deletion.gitignore
- .gitlab-ci.yml 39 additions, 0 deletions.gitlab-ci.yml
- README.md 0 additions, 118 deletionsREADME.md
- composer.json 3 additions, 20 deletionscomposer.json
- docker-compose.yml 0 additions, 37 deletionsdocker-compose.yml
- grumphp.yml.dist 0 additions, 17 deletionsgrumphp.yml.dist
- phpunit.xml.dist 0 additions, 15 deletionsphpunit.xml.dist
- runner.yml.dist 0 additions, 39 deletionsrunner.yml.dist
.drone.yml
deleted
100644 → 0
.gitlab-ci.yml
0 → 100644
... | ... | @@ -6,23 +6,17 @@ |
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"php": ">=8.1", | ||
"drupal/core": "^10" | ||
"php": ">=8.1" | ||
}, | ||
"require-dev": { | ||
"composer/installers": "^1.11", | ||
"drupal/core-composer-scaffold": "^10", | ||
"drupal/core-dev": "^10", | ||
"drupal/core-recommended": "^10", | ||
"drupal/entity_reference_revisions": "^1.3", | ||
"drush/drush": "^12", | ||
"openeuropa/code-review": "^2.0.0-alpha6", | ||
"openeuropa/task-runner-drupal-project-symlink": "^1.0-beta6", | ||
"phpspec/prophecy-phpunit": "^2" | ||
}, | ||
"scripts": { | ||
"post-install-cmd": "./vendor/bin/run drupal:site-setup", | ||
"post-update-cmd": "./vendor/bin/run drupal:site-setup" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
... | ... | @@ -41,18 +35,7 @@ |
}, | ||
"extra": { | ||
"composer-exit-on-patch-failure": true, | ||
"enable-patching": true, | ||
"installer-paths": { | ||
"build/core": ["type:drupal-core"], | ||
"build/profiles/contrib/{$name}": ["type:drupal-profile"], | ||
"build/modules/contrib/{$name}": ["type:drupal-module"], | ||
"build/themes/contrib/{$name}": ["type:drupal-theme"] | ||
}, | ||
"drupal-scaffold": { | ||
"locations": { | ||
"web-root": "./build" | ||
} | ||
} | ||
"enable-patching": true | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
... | ... |
docker-compose.yml
deleted
100644 → 0
grumphp.yml.dist
deleted
100644 → 0
phpunit.xml.dist
deleted
100644 → 0
runner.yml.dist
deleted
100644 → 0
Please register or sign in to comment