Skip to content

Commit

Permalink
Ready for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
yeganemehr committed Nov 20, 2024
1 parent d4fde0b commit 95e7366
Show file tree
Hide file tree
Showing 80 changed files with 3,341 additions and 4,547 deletions.
14 changes: 4 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"require": {
"php": "^8.1",
"dnj/laravel-aaa": "^1.1.0",
"dnj/laravel-aaa": "^1.1.2",
"dnj/laravel-user-logger": "^1.1.0",
"jalno/jalno-user-logger": "dev-master as 1.1",
"jalno/jalno-user-logger": "^1.1.0",
"yeganemehr/laravel-support": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^11.0.1",
"nunomaduro/larastan": "^2.6",
"friendsofphp/php-cs-fixer": "^3.38",
"orchestra/testbench": "^8.15"
"orchestra/testbench": "^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -42,12 +42,6 @@
"database/seeders/DatabaseSeeder.php"
]
},
"repositories": [
{
"type": "git",
"url": "https://github.com/jalno/jalno-user-logger.git"
}
],
"scripts": {
"testbench": "@php ./vendor/bin/testbench",
"phpstan": "@php ./vendor/bin/phpstan",
Expand Down
Loading

0 comments on commit 95e7366

Please sign in to comment.