File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
APP_DEBUG : 1
7
7
PHP_INI_ENV_memory_limit : 512M
8
8
COMPOSER_CACHE_DIR : ~/.composer/cache
9
- PROJECT_VERSION : 4.3 .x-dev
9
+ PROJECT_VERSION : 4.4 .x-dev
10
10
PROJECT_EDITION : oss
11
11
SETUP : " doc/docker/base-dev.yml:doc/docker/selenium.yml"
12
12
WEB_HOST : web
Original file line number Diff line number Diff line change 30
30
"ext-libxml" : " *" ,
31
31
"ext-simplexml" : " *" ,
32
32
"ext-xmlwriter" : " *" ,
33
- "ibexa/core" : " ~4.3 .0@dev" ,
33
+ "ibexa/core" : " ~4.4 .0@dev" ,
34
34
"symfony/http-kernel" : " ^5.3" ,
35
35
"symfony/dependency-injection" : " ^5.3" ,
36
36
"symfony/routing" : " ^5.3" ,
47
47
},
48
48
"require-dev" : {
49
49
"ibexa/ci-scripts" : " ^0.2@dev" ,
50
- "ibexa/doctrine-schema" : " ~4.3 .0@dev" ,
50
+ "ibexa/doctrine-schema" : " ~4.4 .0@dev" ,
51
51
"ibexa/code-style" : " ^1.0" ,
52
52
"friendsofphp/php-cs-fixer" : " ^3.0" ,
53
53
"phpunit/phpunit" : " ^8.5" ,
70
70
},
71
71
"extra" : {
72
72
"branch-alias" : {
73
- "dev-main" : " 4.3 .x-dev"
73
+ "dev-main" : " 4.4 .x-dev"
74
74
}
75
75
}
76
76
}
You can’t perform that action at this time.
0 commit comments