File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - ' 7.2'
54 - ' 7.3'
65 - ' 7.4'
76 - ' 8.0'
Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-migrate-check ` will be documented in this file
44
5+ ## 2.3.0 - 2022-02-12
6+
7+ - Add PHP 9 support
8+
59## 2.2.0 - 2021-05-21
610
711- Add PHP 8 support
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^7.2||^8.0" ,
22- "illuminate/console" : " ^6|^7|^8" ,
23- "illuminate/events" : " ^6|^7|^8"
22+ "illuminate/console" : " ^6|^7|^8|^9 " ,
23+ "illuminate/events" : " ^6|^7|^8|^9 "
2424 },
2525 "require-dev" : {
2626 "mockery/mockery" : " ^1.0" ,
27- "orchestra/testbench" : " 3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4.0 || ^5 .0" ,
28- "phpunit/phpunit" : " ^7.5 || ^8.4 "
27+ "orchestra/testbench" : " ^6 .0" ,
28+ "phpunit/phpunit" : " ^9.0 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments