1818 }
1919 ],
2020 "require" : {
21- "php" : " ~8.2.0 || ~8.3.0 || ~8.4.0" ,
21+ "php" : " ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 " ,
2222 "illuminate/contracts" : " ^10.0 || ^11.0 || ^12.0" ,
2323 "patchlevel/event-sourcing" : " ^3.5"
2424 },
2525 "require-dev" : {
2626 "ext-pdo_sqlite" : " *" ,
27- "infection/infection" : " ^0.31.0 " ,
27+ "infection/infection" : " ^0.31.9 " ,
2828 "larastan/larastan" : " v3.8.0" ,
2929 "laravel/framework" : " ^10.0 || ^11.0 || ^12.0" ,
3030 "league/commonmark" : " ^2.4" ,
3131 "orchestra/testbench" : " ^10.6" ,
3232 "patchlevel/coding-standard" : " ^1.3.0" ,
33- "phpstan/phpstan" : " ^2.1.16 " ,
34- "phpunit/phpunit" : " ^12.1.5 " ,
33+ "phpstan/phpstan" : " ^2.1.32 " ,
34+ "phpunit/phpunit" : " ^11.5.45 " ,
3535 "roave/security-advisories" : " dev-master" ,
36- "symfony/var-dumper" : " ^6.4.0 || ^7.0.0" ,
3736 "wnx/commonmark-markdown-renderer" : " ^1.4"
3837 },
3938 "config" : {
6463 " Patchlevel\\ LaravelEventSourcing\\ EventSourcingServiceProvider"
6564 ]
6665 }
66+ },
67+ "scripts" : {
68+ "post-autoload-dump" : [
69+ " @clear" ,
70+ " @prepare"
71+ ],
72+ "clear" : " @php vendor/bin/testbench package:purge-skeleton --ansi" ,
73+ "prepare" : " @php vendor/bin/testbench package:discover --ansi"
6774 }
68- }
75+ }
0 commit comments