Skip to content

Commit

Permalink
Merge branch 'dev' of dvs.github.com:anodyne/nova3 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
agentphoenix committed Apr 22, 2024
2 parents 4ffe6b4 + 84aec8f commit d84bacc
Show file tree
Hide file tree
Showing 455 changed files with 17,618 additions and 3,385 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.2, 8.3]
laravel: [10]

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.3]

steps:
- name: Checkout code
Expand Down
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
"license": "MIT",
"require": {
"php": "^8.2",
"anodyne/blade-tabler-icons": "^2.18",
"anodyne/blade-tabler-icons": "^3.0",
"awcodes/filament-tiptap-editor": "^3.0",
"awcodes/scribble": "^0.3.0@alpha",
"aws/aws-sdk-php": "^3.293",
"awssat/discord-notification-channel": "^1.4",
"bensampo/laravel-embed": "^2.4",
"blade-ui-kit/blade-icons": "^1.0",
"filament/forms": "^3.0-stable",
"filament/notifications": "^3.0-stable",
"filament/spatie-laravel-media-library-plugin": "^3.2",
"filament/support": "^3.0-stable",
"filament/tables": "^3.0-stable",
"guzzlehttp/guzzle": "^7.2",
Expand All @@ -33,7 +37,7 @@
"spatie/eloquent-sortable": "^4.0",
"spatie/laravel-activitylog": "^4.0",
"spatie/laravel-collection-macros": "^7.1",
"spatie/laravel-data": "^3.5",
"spatie/laravel-data": "^4.2",
"spatie/laravel-html": "^3.0",
"spatie/laravel-medialibrary": "^11.0",
"spatie/laravel-model-states": "^2.1",
Expand Down Expand Up @@ -90,6 +94,12 @@
}
},
"scripts": {
"analyse": "./vendor/bin/phpstan analyse",
"clean": [
"rm -f ./nova/bootstrap/cache/blade-icons.php",
"rm -f ./nova/bootstrap/cache/packages.php",
"rm -f ./nova/bootstrap/cache/services.php"
],
"lint": "./vendor/bin/pint",
"test": "./vendor/bin/pest",
"post-autoload-dump": [
Expand Down Expand Up @@ -119,4 +129,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
Loading

0 comments on commit d84bacc

Please sign in to comment.