added laravel 9 support (#1297)

* added laravel 9 support

* added exclude directives to matrix

* fixed matrix

* Update composer.json

* Update run-integration-tests.yml

* Update CHANGELOG.md

Co-authored-by: Ricardo Čerljenko <[email protected]>
Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
Ricardo Čerljenko
2022-01-13 15:38:59 +01:00
committed by GitHub
co-authored by Ricardo Čerljenko Barry vd. Heuvel
parent 93d987336b
commit de64d665e0
6 changed files with 20 additions and 10 deletions
+1
View File
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
--------------
### Added
- Add support for custom casts that using `Castable` [#1287 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1287)
- Added Laravel 9 support [#1297 / rcerljenko](https://github.com/barryvdh/laravel-ide-helper/pull/1297)
2022-01-03, 2.11.0
------------------