Skip to content

Commit 9c5c434

Browse files
committed
Yiisoft data Version 2
1 parent 46f9ffb commit 9c5c434

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
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",

m.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ echo Invalid choice. Please try again.
5151
pause
5252
goto menu
5353

54+
:composer_update
55+
echo Running Composer Update...
56+
composer update
57+
pause
58+
goto menu
59+
5460
:psalm
5561
echo Running PHP Psalm...
5662
php vendor/bin/psalm
@@ -107,12 +113,6 @@ php vendor/bin/rector
107113
pause
108114
goto menu
109115

110-
:composer_update
111-
echo Running Composer Update...
112-
composer update
113-
pause
114-
goto menu
115-
116116
:phpunit_all
117117
echo Running PHPUnit Tests (All Suites)...
118118
php vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)