We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f504f59 commit d2d3ea5Copy full SHA for d2d3ea5
composer.json
@@ -6,18 +6,19 @@
6
"issues": "https://github.com/hexadog/laravel-themes-manager/issues",
7
"source": "https://github.com/hexadog/laravel-themes-manager"
8
},
9
- "authors": [{
10
- "name": "Gaetan",
11
- "email": "gaetan@hexadog.com"
12
- }],
+ "authors": [
+ {
+ "name": "Gaetan",
+ "email": "gaetan@hexadog.com"
13
+ }
14
+ ],
15
"minimum-stability": "stable",
16
"require": {
17
"hexadog/laravel-theme-installer": "^1.0",
- "illuminate/view": "^7.0|^8.0"
18
+ "illuminate/view": "^7.0|^8.0|^9.0"
19
20
"require-dev": {
21
"friendsofphp/php-cs-fixer": "^3.1",
- "squizlabs/php_codesniffer": "3.*",
22
"phpunit/phpunit": "^7.0|^8.0|^9.0",
23
"orchestra/testbench": "~5.2"
24
0 commit comments