-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from lara-zeus/fork-nav
using the fork atmonshi/filament-navigation to support RTL
- Loading branch information
Showing
2 changed files
with
202 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,93 @@ | ||
{ | ||
"name": "lara-zeus/sky", | ||
"description": "simple packages to create and manage forms for your users", | ||
"keywords": [ | ||
"laravel", | ||
"lara-zeus", | ||
"sky", | ||
"cms", | ||
"pages", | ||
"posts", | ||
"menu", | ||
"news", | ||
"wordpress laravel", | ||
"wordpress alternative", | ||
"laravel cms" | ||
], | ||
"homepage": "https://larazeus.com", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Ashraf Monshi", | ||
"email": "[email protected]", | ||
"role": "Owner" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"ext-json": "*", | ||
"doctrine/dbal": "^3.3", | ||
"filament/spatie-laravel-media-library-plugin": "^2.0", | ||
"filament/spatie-laravel-tags-plugin": "^2.0", | ||
"filament/spatie-laravel-translatable-plugin": "^2.0", | ||
"lara-zeus/core": "^2.4", | ||
"mohamedsabil83/filament-forms-tinyeditor": "^1.5", | ||
"ryangjchandler/filament-navigation": "^0.5", | ||
"spatie/laravel-medialibrary": "^10.0.0", | ||
"spatie/laravel-sluggable": "^3.3", | ||
"spatie/laravel-tags": "^4.0" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0", | ||
"laravel/pint": "^1.0", | ||
"nunomaduro/larastan": "^2.0", | ||
"pestphp/pest": "^1.21 || ^2.0", | ||
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0", | ||
"pestphp/pest-plugin-livewire": "^1.0", | ||
"pestphp/pest-plugin-parallel": "^0.3", | ||
"phpstan/extension-installer": "^1.1", | ||
"phpstan/phpstan-deprecation-rules": "^1.0", | ||
"phpstan/phpstan-phpunit": "^1.0", | ||
"phpunit/phpunit": "^9.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"LaraZeus\\Sky\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"LaraZeus\\Sky\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"pint": "vendor/bin/pint", | ||
"test:pest": "vendor/bin/pest --parallel", | ||
"test:phpstan": "vendor/bin/phpstan analyse", | ||
"test": [ | ||
"@test:pest", | ||
"@test:phpstan" | ||
"name": "lara-zeus/sky", | ||
"description": "simple packages to create and manage forms for your users", | ||
"keywords": [ | ||
"laravel", | ||
"lara-zeus", | ||
"sky", | ||
"cms", | ||
"pages", | ||
"posts", | ||
"menu", | ||
"news", | ||
"wordpress laravel", | ||
"wordpress alternative", | ||
"laravel cms" | ||
], | ||
"homepage": "https://larazeus.com", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Ashraf Monshi", | ||
"email": "[email protected]", | ||
"role": "Owner" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"ext-json": "*", | ||
"doctrine/dbal": "^3.3", | ||
"filament/spatie-laravel-media-library-plugin": "^2.0", | ||
"filament/spatie-laravel-tags-plugin": "^2.0", | ||
"filament/spatie-laravel-translatable-plugin": "^2.0", | ||
"lara-zeus/core": "^2.4", | ||
"mohamedsabil83/filament-forms-tinyeditor": "^1.5", | ||
"ryangjchandler/filament-navigation": "dev-with-rtl", | ||
"spatie/laravel-medialibrary": "^10.0.0", | ||
"spatie/laravel-sluggable": "^3.3", | ||
"spatie/laravel-tags": "^4.0" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0", | ||
"laravel/pint": "^1.0", | ||
"nunomaduro/larastan": "^2.0", | ||
"pestphp/pest": "^1.21 || ^2.0", | ||
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0", | ||
"pestphp/pest-plugin-livewire": "^1.0", | ||
"pestphp/pest-plugin-parallel": "^0.3", | ||
"phpstan/extension-installer": "^1.1", | ||
"phpstan/phpstan-deprecation-rules": "^1.0", | ||
"phpstan/phpstan-phpunit": "^1.0", | ||
"phpunit/phpunit": "^9.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"LaraZeus\\Sky\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"LaraZeus\\Sky\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"pint": "vendor/bin/pint", | ||
"test:pest": "vendor/bin/pest --parallel", | ||
"test:phpstan": "vendor/bin/phpstan analyse", | ||
"test": [ | ||
"@test:pest", | ||
"@test:phpstan" | ||
] | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"pestphp/pest-plugin": true, | ||
"phpstan/extension-installer": true | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"LaraZeus\\Sky\\SkyServiceProvider" | ||
] | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/atmonshi/filament-navigation" | ||
} | ||
] | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"pestphp/pest-plugin": true, | ||
"phpstan/extension-installer": true | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"LaraZeus\\Sky\\SkyServiceProvider" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.