File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ A minimal skeleton to start with a minimal php project.
2727 * [ chubbyphp/chubbyphp-framework] [ 21 ] : ^5.2
2828 * [ chubbyphp/chubbyphp-framework-router-fastroute] [ 22 ] : ^2.2
2929 * [ chubbyphp/chubbyphp-laminas-config] [ 23 ] : ^1.4
30- * [ monolog/monolog] [ 24 ] : ^3.8.1
31- * [ slim/psr7] [ 25 ] : ^1.7
32- * [ symfony/console] [ 26 ] : ^7.2.1
30+ * [ monolog/monolog] [ 24 ] : ^3.9
31+ * [ slim/psr7] [ 25 ] : ^1.7.1
32+ * [ symfony/console] [ 26 ] : ^7.3.2
3333
3434## Environment
3535
Original file line number Diff line number Diff line change 1616 "chubbyphp/chubbyphp-framework" : " ^5.2" ,
1717 "chubbyphp/chubbyphp-framework-router-fastroute" : " ^2.2" ,
1818 "chubbyphp/chubbyphp-laminas-config" : " ^1.4" ,
19- "monolog/monolog" : " ^3.8.1 " ,
20- "slim/psr7" : " ^1.7" ,
21- "symfony/console" : " ^7.2.1 "
19+ "monolog/monolog" : " ^3.9 " ,
20+ "slim/psr7" : " ^1.7.1 " ,
21+ "symfony/console" : " ^7.3.2 "
2222 },
2323 "require-dev" : {
2424 "chubbyphp/chubbyphp-dev-helper" : " dev-master" ,
2525 "chubbyphp/chubbyphp-mock" : " ^2.0" ,
26- "infection/infection" : " ^0.29.13 " ,
27- "php-coveralls/php-coveralls" : " ^2.7 " ,
26+ "infection/infection" : " ^0.31.1 " ,
27+ "php-coveralls/php-coveralls" : " ^2.8 " ,
2828 "phpstan/extension-installer" : " ^1.4.3" ,
29- "phpstan/phpstan" : " ^2.1.6 " ,
30- "phpunit/phpunit" : " ^11.5.10 "
29+ "phpstan/phpstan" : " ^2.1.22 " ,
30+ "phpunit/phpunit" : " ^11.5.32 "
3131 },
3232 "autoload" : {
3333 "psr-4" : { "App\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments