File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
APP_ENV = test
2
- DATABASE_URL = mysql://[email protected] :3306/su_comment_test
2
+ DATABASE_URL = " mysql://root:ChangeMe @127.0.0.1:3306/su_myapp?serverVersion=8.0.32&charset=utf8mb4 "
Original file line number Diff line number Diff line change 4
4
"type" : " sulu-bundle" ,
5
5
"license" : " MIT" ,
6
6
"require" : {
7
- "php" : " ^8.2 || ^8.3 " ,
7
+ "php" : " ^7.3 || ^8.0 " ,
8
8
"friendsofsymfony/rest-bundle" : " ^2.6 || ^3.0" ,
9
- "sulu/sulu" : " ^2.5 || ^2.6 @dev" ,
9
+ "sulu/sulu" : " ^2.4 || ^2.5 @dev" ,
10
10
"symfony/config" : " ^5.4 || ^6.0 || ^7.0" ,
11
11
"symfony/dependency-injection" : " ^5.4 || ^6.0 || ^7.0" ,
12
12
"symfony/framework-bundle" : " ^5.4 || ^6.0 || ^7.0" ,
27
27
"phpstan/phpstan-doctrine" : " ^1.0" ,
28
28
"phpstan/phpstan-phpunit" : " ^1.0" ,
29
29
"phpstan/phpstan-symfony" : " ^1.0" ,
30
- "phpunit/phpunit" : " ^8.0 || ^9.0 " ,
30
+ "phpunit/phpunit" : " ^9.6 " ,
31
31
"symfony/browser-kit" : " ^5.4 || ^6.0 || ^7.0" ,
32
32
"symfony/dotenv" : " ^5.4 || ^6.0 || ^7.0" ,
33
33
"symfony/form" : " ^5.4 || ^6.0 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments