Skip to content

Commit

Permalink
update to laravel 11 with kostyli
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Mar 14, 2024
1 parent 7b9222f commit d2ac378
Show file tree
Hide file tree
Showing 2 changed files with 678 additions and 1,305 deletions.
33 changes: 20 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"project"
],
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/fey/davidhemphill-presenter"
},
{
"type": "vcs",
"url": "https://github.com/atmonshi/Laravel-GitHub"
}
],
"require": {
"php": "^8.3.0",
"ext-bcmath": "*",
Expand All @@ -22,43 +32,40 @@
"ext-sqlite3": "*",
"ext-xml": "*",
"ext-zip": "*",
"browner12/helpers": "^3.5",
"dedoc/scramble": "^0.8.5",
"diglactic/laravel-breadcrumbs": "^v8.1.1",
"doctrine/dbal": "^3.7",
"browner12/helpers": "dev-master",
"dedoc/scramble": "^0.9",
"diglactic/laravel-breadcrumbs": "^v9.0",
"erusev/parsedown": "^1.7",
"fakerphp/faker": "^1.23",
"graham-campbell/github": "^v12.4.0",
"graham-campbell/github": "dev-laravel-11",
"guzzlehttp/guzzle": "^7.8",
"hemp/presenter": "^2.7",
"hemp/presenter": "dev-support-for-laravel-11",
"http-interop/http-factory-guzzle": "^1.2",
"iben12/laravel-statable": "^1.5",
"laminas/laminas-diactoros": "^3.3",
"laracasts/flash": "^3.2",
"laravel/framework": "^10.35",
"laravel/framework": "^11.0",
"laravel/helpers": "^1.7",
"laravel/legacy-factories": "^1.3",
"laravel/socialite": "^5.11",
"laravel/tinker": "^2.8",
"laravel/ui": "^v4.2.3",
"mcamara/laravel-localization": "^1.8",
"mcamara/laravel-localization": "^2.0",
"mikehaertl/php-shellcommand": "^1.7",
"rollbar/rollbar-laravel": "^8.0",
"sebdesign/laravel-state-machine": "^3.4",
"spatie/laravel-activitylog": "^4.7.3",
"spatie/laravel-html": "^3.6",
"spatie/laravel-query-builder": "^5.6",
"spatie/laravel-sitemap": "^6.4",
"spatie/laravel-sitemap": "^7.2",
"symfony/yaml": "^6.4"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"barryvdh/laravel-ide-helper": "^2.13",
"beyondcode/laravel-dump-server": "^1.9",
"barryvdh/laravel-ide-helper": "^3.0",
"spatie/laravel-ignition": "^2.3",
"heroku/heroku-buildpack-php": "^231",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.10",
"nunomaduro/collision": "^8.0",
"larastan/larastan": "^2.7",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-master",
Expand Down
Loading

0 comments on commit d2ac378

Please sign in to comment.