File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3434 "require" : {
3535 "php" : " 8.1 - 8.4" ,
3636 "ext-mbstring" : " *" ,
37- "cycle/database" : " ^2.15" ,
38- "cycle/orm" : " ^2.11.1 " ,
39- "yiisoft/data" : " dev-master " ,
37+ "cycle/database" : " ^2.15.1 " ,
38+ "cycle/orm" : " ^2.12.2 " ,
39+ "yiisoft/data" : " ^2.0 " ,
4040 "yiisoft/var-dumper" : " ^1.7.1"
4141 },
4242 "require-dev" : {
4343 "maglnet/composer-require-checker" : " ^4.19.0" ,
44- "friendsofphp/php-cs-fixer" : " ^3.91 .3" ,
45- "phpunit/phpunit" : " ^12.5.3 " ,
44+ "friendsofphp/php-cs-fixer" : " ^3.92 .3" ,
45+ "phpunit/phpunit" : " ^12.5.4 " ,
4646 "rector/rector" : " ^2.2.14" ,
4747 "roave/infection-static-analysis-plugin" : " >=1.42" ,
4848 "spatie/phpunit-watcher" : " >=1.24.0" ,
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ echo Invalid choice. Please try again.
5151pause
5252goto menu
5353
54+ :composer_update
55+ echo Running Composer Update...
56+ composer update
57+ pause
58+ goto menu
59+
5460:psalm
5561echo Running PHP Psalm...
5662php vendor/bin/psalm
@@ -107,12 +113,6 @@ php vendor/bin/rector
107113pause
108114goto menu
109115
110- :composer_update
111- echo Running Composer Update...
112- composer update
113- pause
114- goto menu
115-
116116:phpunit_all
117117echo Running PHPUnit Tests (All Suites)...
118118php vendor/bin/phpunit --testdox
You can’t perform that action at this time.
0 commit comments