mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +02:00
chore: update dependencies (#4012)
* chore: phpunit 10 * chore: config * Apply fixes from StyleCI * chore: phpunit 11 (php 8.2 minimum requirement) * feat: laravel 11 * Apply fixes from StyleCI * feat: carbon v3 * fixes
This commit is contained in:
1
php-packages/phpstan/.gitignore
vendored
1
php-packages/phpstan/.gitignore
vendored
@@ -3,6 +3,7 @@ composer.lock
|
||||
composer.phar
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
tests/.phpunit.cache
|
||||
tests/.phpunit.result.cache
|
||||
/tests/integration/tmp
|
||||
.vagrant
|
||||
|
@@ -50,3 +50,5 @@ parameters:
|
||||
# Ignore overriden classes from packages so that it's always easier to keep track of what's being overriden.
|
||||
- message: '#^Method Flarum\\Api\\Serializer\:\:[A-z0-9_]+\(\) has parameter \$[A-z0-9_]+ with no type specified\.$#'
|
||||
- message: '#^Method Flarum\\Api\\Endpoint\\[A-z0-9_]+\:\:[A-z0-9_]+\(\) has parameter \$[A-z0-9_]+ with no type specified\.$#'
|
||||
|
||||
- message: '#^Unable to resolve the template type TRelatedModel in call to method Illuminate\\Database\\Eloquent\\Model\:\:[A-z]+\(\)$#'
|
||||
|
Reference in New Issue
Block a user