Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Release

on:
workflow_dispatch:
inputs:
upload_assets:
default: false
description: 'Upload assets to release'
type: boolean
jobs:
get_draft_release:
runs-on: ubuntu-latest
Expand All @@ -26,7 +21,6 @@ jobs:
latest: true

upload_assets:
if: ${{ inputs.upload_assets }}
needs: get_draft_release
runs-on: ubuntu-latest
steps:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "transformstudios/front",
"require": {
"php": "^8.2",
"laravel/framework": "^9.9 || ^10.0",
"php": "^8.3",
"laravel/framework": "^11.0",
"pixelfear/composer-dist-plugin": "^0.1.4",
"statamic/cms": "^4.0"
"statamic/cms": "^5.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^6.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"orchestra/testbench": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^11.0",
"orchestra/testbench": "^9.0",
"spatie/laravel-ray": "^1.24"
},
"autoload": {
Expand Down