Skip to content

Commit

Permalink
PHP 8.3 support, update composer packages and remove all npm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkidn committed Dec 7, 2023
1 parent 6f8d153 commit a61cfdc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 569 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.2"
php-version: "8.3"
coverage: none

- name: Install composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2]
php: [8.2, 8.3]
laravel: [10.*]
stability: [prefer-stable]

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"license": "MIT",
"require": {
"php": "^8.2",
"codedor/filament-link-picker": "^0.1",
"codedor/filament-translatable-tabs": "^0.1",
"codedor/laravel-locale-collection": "^0.0",
"codedor/filament-link-picker": "^1.0",
"codedor/filament-translatable-tabs": "^1.0",
"codedor/laravel-locale-collection": "^1.0",
"codedor/laravel-online-scope": "^1.0",
"filament/filament": "^3.0",
"filament/filament": "^3.1",
"illuminate/contracts": "^10.0",
"spatie/eloquent-sortable": "^4.0",
"spatie/laravel-navigation": "^1.2",
Expand All @@ -24,7 +24,7 @@
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0",
"larastan/larastan": "^2.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
Expand Down
Loading

0 comments on commit a61cfdc

Please sign in to comment.