Skip to content

Commit

Permalink
chore: release ci (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei authored Nov 28, 2022
1 parent 1aa1162 commit b4e2e0d
Show file tree
Hide file tree
Showing 7 changed files with 1,071 additions and 88 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ name: 'Code Quality'

on:
pull_request:
paths:
- 'elasticms-*/**'
- 'EMS/**'
push:
paths:
- 'elasticms-*/**'
- 'EMS/**'

env:
PHP_VERSION: 7.4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/splitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- '4.*'
tags-ignore:
- '*'
delete:
tags:
- '*'

jobs:
sync_commits:
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "ems-project/elasticms",
"authors": [
{
"name": "David Mattei",
Expand Down Expand Up @@ -100,6 +101,9 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"http-interop/http-factory-guzzle": "^1.0",
"knplabs/github-api": "^3.0",
"knplabs/packagist-api": "^2.0",
"mockery/mockery": "^0.9",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/extension-installer": "^1.1",
Expand All @@ -114,7 +118,7 @@
"symfony/phpunit-bridge": "^6.1",
"symfony/test-pack": "^1.0",
"symfony/web-profiler-bundle": "^5.4",
"symplify/monorepo-builder-prefixed": "^9.0",
"symplify/monorepo-builder": "^11.1",
"zalas/phpunit-globals": "^2.3"
},
"autoload": {
Expand Down Expand Up @@ -146,7 +150,8 @@
"EMS\\FormBundle\\Tests\\": "EMS/form-bundle/tests/",
"EMS\\Helpers\\Tests\\": "EMS/helpers/tests/",
"EMS\\SubmissionBundle\\Tests\\": "EMS/submission-bundle/tests/",
"EMS\\Xliff\\Tests\\": "EMS/xliff/tests/"
"EMS\\Xliff\\Tests\\": "EMS/xliff/tests/",
"EMS\\Release\\": "release/"
}
},
"scripts": {
Expand Down Expand Up @@ -176,6 +181,7 @@
"symfony/polyfill-php72": "*"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true,
"symfony/flex": false,
Expand Down
Loading

0 comments on commit b4e2e0d

Please sign in to comment.