Skip to content

Commit

Permalink
Merge pull request #100 from filamentphp/11.x
Browse files Browse the repository at this point in the history
Upgrade to Laravel 11.x
  • Loading branch information
danharrin authored Apr 23, 2024
2 parents 04c41de + cb26745 commit 486b019
Show file tree
Hide file tree
Showing 12 changed files with 726 additions and 660 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"filament/filament": "^3.0",
"filament/spatie-laravel-media-library-plugin": "^3.0",
"filament/spatie-laravel-settings-plugin": "^3.0",
"filament/spatie-laravel-tags-plugin": "^3.0",
"filament/spatie-laravel-translatable-plugin": "^3.0",
"flowframe/laravel-trend": "^0.1.1",
"flowframe/laravel-trend": "^0.2.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/framework": "^11.0",
"laravel/horizon": "^5.21",
"laravel/sanctum": "^3.2",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"squirephp/countries-en": "^3.3",
"squirephp/currencies-en": "^3.3"
Expand All @@ -29,7 +29,7 @@
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^10.1",
Expand Down
1,304 changes: 685 additions & 619 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/filament/forms/forms.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/filament/filament/echo.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions public/js/filament/forms/components/file-upload.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/notifications/notifications.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions public/js/filament/support/support.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/vendor/horizon/app-dark.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/vendor/horizon/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/horizon/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/vendor/horizon/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/app.js": "/app.js?id=b4f3f08e60211bd6948ec35e5e9de9a1",
"/app-dark.css": "/app-dark.css?id=15c72df05e2b1147fa3e4b0670cfb435",
"/app.css": "/app.css?id=4d6a1a7fe095eedc2cb2a4ce822ea8a5",
"/app.js": "/app.js?id=4999da9248177ed487693daec2a7d3fe",
"/app-dark.css": "/app-dark.css?id=dcaca44a9f0f1d019e3cd3d76c3cb8fd",
"/app.css": "/app.css?id=14e3bcd1f1b1cf88e63e945529c4d0ce",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",
"/img/horizon.svg": "/img/horizon.svg?id=904d5b5185fefb09035384e15bfca765",
"/img/sprite.svg": "/img/sprite.svg?id=afc4952b74895bdef3ab4ebe9adb746f"
Expand Down

0 comments on commit 486b019

Please sign in to comment.