File tree Expand file tree Collapse file tree 7 files changed +13
-523
lines changed
Expand file tree Collapse file tree 7 files changed +13
-523
lines changed Original file line number Diff line number Diff line change 7575 .github/ci/scripts/setup-environment.sh
7676
7777 - name : " Install dependencies with Composer"
78- uses : " ramsey/composer-install@v1 "
78+ uses : " ramsey/composer-install@v2 "
7979 with :
8080 dependency-versions : " ${{ matrix.dependencies }}"
8181
Original file line number Diff line number Diff line change 3636 .github/ci/scripts/setup-environment.sh
3737
3838 - name : " Install dependencies with Composer"
39- uses : " ramsey/composer-install@v1 "
39+ uses : " ramsey/composer-install@v2 "
4040 with :
4141 dependency-versions : " ${{ matrix.dependencies }}"
4242
Original file line number Diff line number Diff line change 22Thumbs.db
33* .log
44
5- /app
65/bin
76/config
87/kernel
@@ -27,3 +26,7 @@ nbproject
2726
2827# npm
2928/node_modules
29+
30+ # files generated by Codeception
31+ /tests /_output /
32+ /tests /_support /_generated /
Original file line number Diff line number Diff line change 11namespace : CustomerManagementFrameworkBundle\Tests
22actor : Tester
3+ bootstrap : _bootstrap.php
34paths :
45 tests : tests
56 log : tests/_output
67 data : tests/_data
78 support : tests/_support
89 envs : tests/_envs
910settings :
10- bootstrap : _bootstrap.php
1111 colors : true
1212 memory_limit : 1024M
1313params :
Original file line number Diff line number Diff line change 88 "pimcore/pimcore" : " source" ,
99 "*" : " dist"
1010 },
11- "allow-plugins" : {
12- "ocramius/package-versions" : true
13- }
14- },
15- "require" : {"php" : " ^8.0" ,
11+ "allow-plugins" : {
12+ "ocramius/package-versions" : true
13+ }
14+ },
15+ "require" : {
16+ "php" : " ^8.0" ,
1617 "box/spout" : " ^3.0" ,
1718 "doctrine/dbal" : " ^2.13.1" ,
1819 "doctrine/migrations" : " ^3.0.2" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments