Skip to content

Commit 8e6b636

Browse files
committed
Improved tooling, added support for Laravel 12
1 parent 9c1d7be commit 8e6b636

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2591
-2903
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ multiple servers each. Take a look at the following example:
224224
]
225225
```
226226

227-
If you'd like to use Elasticsearch with [Laravel Scout](https://laravel.com/docs/8.x/scout#introduction), you can find the scout specific settings in
227+
If you'd like to use Elastic\Elasticsearch with [Laravel Scout](https://laravel.com/docs/8.x/scout#introduction), you can find the scout specific settings in
228228
`config/scout.php`.
229229

230230
Artisan commands (Laravel & Lumen)

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,24 @@
4949
"require": {
5050
"php": "^8.3",
5151
"ext-json": "*",
52-
"elasticsearch/elasticsearch": "^7",
53-
"illuminate/pagination": "^9|^10|^11",
54-
"illuminate/support": "^9|^10|^11",
52+
"elasticsearch/elasticsearch": "^7.17.2",
53+
"illuminate/pagination": "^10|^11|^12",
54+
"illuminate/support": "^10|^11|^12",
5555
"monolog/monolog": "*",
5656
"symfony/var-dumper": "*"
5757
},
5858
"require-dev": {
59-
"illuminate/contracts": "^9|^10|^11",
60-
"illuminate/database": "^9|^10|^11",
61-
"jetbrains/phpstorm-attributes": "^1.0",
62-
"laravel/lumen-framework": "^9|^10|^11",
63-
"laravel/scout": "^9|^10|^11",
64-
"matchory/laravel-server-timing": "^1.1",
59+
"illuminate/contracts": "^10|^11|^12",
60+
"illuminate/database": "^10|^11|^12",
61+
"jetbrains/phpstorm-attributes": "^1.2.0",
62+
"laravel/lumen-framework": "^10|^11|^12",
63+
"laravel/pint": "^1.21",
64+
"laravel/scout": "^10.13.1",
65+
"matchory/laravel-server-timing": "^1.3.0",
6566
"orchestra/testbench": "*",
66-
"phpunit/phpunit": "^9.3",
67-
"sentry/sentry-laravel": "^2|^3",
68-
"phpstan/phpstan": "^1.11"
67+
"phpstan/phpstan": "^2.1.8",
68+
"phpunit/phpunit": "^11.5.9",
69+
"sentry/sentry-laravel": "^3.8.2|^4.13.0"
6970
},
7071
"prefer-stable": true,
7172
"extra": {

0 commit comments

Comments
 (0)