Skip to content

Commit

Permalink
Merge pull request #2 from glowingblue/di/update-deps
Browse files Browse the repository at this point in the history
chore(deps): update dependencies
  • Loading branch information
DavideIadeluca authored Jan 31, 2024
2 parents eab24f9 + 44fa68c commit e020013
Show file tree
Hide file tree
Showing 7 changed files with 1,418 additions and 1,497 deletions.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**Resolves**
<!-- include a link to the issue -->

**Changes proposed in this pull request:**
<!-- mention the pages and/or components which have been impacted -->

**Reviewers should focus on:**
<!-- ask for feedback on specific changes you are unsure about -->

**Screenshot**
<!-- include an image of the most relevant user-facing change, if any -->
16 changes: 16 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: GB Redis Setup PHP

on: [workflow_dispatch, push, pull_request]

jobs:
run:
uses: flarum/framework/.github/workflows/[email protected]
with:
enable_backend_testing: false
enable_phpstan: false
php_versions: '["7.4", "8.0", "8.1", "8.2", "8.3"]'

backend_directory: .

secrets:
composer_auth: '{"bearer":{"extiverse.com": "${{secrets.EXTIVERSE_COMPOSER_TOKEN}}"}}'
91 changes: 0 additions & 91 deletions .github/workflows/build.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: GB Redis Setup JS

on: [workflow_dispatch, push, pull_request]

jobs:
run:
uses: flarum/framework/.github/workflows/[email protected]
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: false

frontend_directory: ./js
backend_directory: .
js_package_manager: yarn
main_git_branch: master

secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
composer_auth: '{"bearer":{"extiverse.com": "${{secrets.EXTIVERSE_COMPOSER_TOKEN}}"}}'
14 changes: 14 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: GB Redis Setup Sync

on:
workflow_dispatch:
push:
tags:
- '*'

jobs:
run:
uses: glowingblue/flarum-workflow-sync/.github/workflows/sync.yml@master
secrets: inherit
with:
tag: ${{ github.ref_name }}
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"role": "Developer"
}
],
"repositories": {
"extiverse": {
"type": "composer",
"url": "https://extiverse.com/composer/"
}
},
"autoload": {
"psr-4": {
"GlowingBlue\\RedisSetup\\": "src/"
Expand Down
Loading

0 comments on commit e020013

Please sign in to comment.