Skip to content

Commit

Permalink
fix style and use filament v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 8, 2024
1 parent 6995dcb commit af0b58f
Show file tree
Hide file tree
Showing 4 changed files with 5,675 additions and 6,702 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '^8.1'
coverage: none

- name: Install composer dependencies
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,21 @@
],
"require": {
"php": "^8.1",
"lara-zeus/core": "^3.0"
"lara-zeus/core": "^3.1"
},
"require-dev": {
"laravel/pint": "^1.0",
"phpunit/phpunit": "^10.1",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/phpinsights": "^2.8",
"pestphp/pest-plugin-livewire": "2.x-dev",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"laravel/pint": "^1.0",
"larastan/larastan": "^2.2",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-livewire": "^2.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.1"
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit af0b58f

Please sign in to comment.