Skip to content

Commit

Permalink
feat(composer): Add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
secondnetwork committed Jan 20, 2024
1 parent 0205870 commit e50de33
Showing 1 changed file with 19 additions and 29 deletions.
48 changes: 19 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,28 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"blade-ui-kit/blade-icons": "^1.5.3",
"illuminate/support": "^10.21",
"intervention/image": "^2.7.2 || ^3.1.0",
"kolossal-io/laravel-multiplex": "^1.0",
"symfony/http-kernel": "^6.2|^7.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0",
"illuminate/validation": "^10.0|^11.0",
"intervention/image": "^2.7.2 || ^3.3.0",
"kolossal-io/laravel-multiplex": "^1.0.1",
"laravel/folio": "^1.1.5",
"laravel/fortify": "^1.19.1",
"livewire/livewire": "^3.3.3",
"livewire/volt": "^1.6.0",
"secondnetwork/blade-tabler-icons": "^2.44",
"symfony/http-client": "^6.4.0",
"laravel/fortify": "^1.20.0",
"livewire/livewire": "^3.3.5",
"livewire/volt": "^1.6.1",
"secondnetwork/blade-tabler-icons": "^2.46",
"symfony/mailgun-mailer": "^6.4.0"
},
"require-dev": {
"fakerphp/faker": "^1.23.0",
"laravel/pint": "^1.13.7",
"fakerphp/faker": "^1.23.1",
"laravel/pint": "^1.13.9",
"mockery/mockery": "^1.6.7",
"phpunit/phpunit": "^10.5.3",
"spatie/laravel-ignition": "^2.3.2"
"phpunit/phpunit": "^10.5.8",
"laravel/framework": "^10.0|^11.0",
"spatie/laravel-ignition": "^2.4.1"
},
"autoload": {
"psr-4": {
Expand All @@ -49,21 +52,6 @@
"Secondnetwork\\Kompass\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"test-f": "vendor/bin/phpunit --filter"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"platform": {
"php": "8.1"
},
"platform-check": false
},
"minimum-stability": "beta",
"extra": {
"laravel": {
"providers": [
Expand All @@ -73,5 +61,7 @@
"Kompass": "Secondnetwork\\Kompass\\KompassFacade"
}
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit e50de33

Please sign in to comment.