Skip to content

Commit

Permalink
Merge branch 'develop' into feature/console-command
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Mar 31, 2023
2 parents 1e77407 + 4c0f9e3 commit 31c02a6
Show file tree
Hide file tree
Showing 104 changed files with 1,249 additions and 1,762 deletions.
12 changes: 6 additions & 6 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ changelog:
- question
- wontfix
categories:
- title: 📖 Documentation
labels:
- documentation
- title: ⚡ Breaking
labels:
- breaking
Expand All @@ -20,12 +17,15 @@ changelog:
- title: 🚑 Fixed
labels:
- bug
- title: ⚙️ Dependencies
labels:
- dependencies
- title: 👷 Changed
labels:
- maintenance
- title: 📖 Documentation
labels:
- documentation
- title: ⚙️ Dependencies
labels:
- dependencies
- title: Other changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
path: 'docs/_build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"phpstan/phpstan-strict-rules": "^1.2",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5.5",
"phpunit/phpunit": "^10.0.0",
"rector/rector": "^0.15.4",
"seld/jsonlint": "^1.9"
},
Expand Down
Loading

0 comments on commit 31c02a6

Please sign in to comment.