diff --git a/composer.json b/composer.json index 03fc11a..d80676e 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,15 @@ { - "name": "beier/filament-pages", + "name": "ahmedababakr/filament-pages", "description": "Highly opinionated Pages for filament", "keywords": [ "filament", "laravel", "filament-pages" ], - "homepage": "https://github.com/pascalebeier/filament-pages", + "homepage": "https://github.com/AhmedAbabakr/filament-pages", "support": { - "issues": "https://github.com/pascalebeier/filament-pages/issues", - "source": "https://github.com/pascalebeier/filament-pages" + "issues": "https://github.com/AhmedAbabakr/filament-pages/issues", + "source": "https://github.com/AhmedAbabakr/filament-pages" }, "license": "MIT", "authors": [ @@ -21,12 +21,11 @@ ], "require": { "php": "^8.1", - "filament/filament": "^2.0", + "filament/filament": "^3.0", "spatie/laravel-package-tools": "^1.13.5", "illuminate/contracts": "^9.0 || ^10.0" }, "require-dev": { - "laravel/pint": "^1.2", "nunomaduro/collision": "^6.0", "orchestra/testbench": "^7.0", "pestphp/pest": "^1.21",