File tree Expand file tree Collapse file tree 3 files changed +131
-461
lines changed
Expand file tree Collapse file tree 3 files changed +131
-461
lines changed Original file line number Diff line number Diff line change 5757
5858 - name : Build the Project
5959 continue-on-error : ${{ matrix.experimental }}
60- run : make update --no-print-directory
60+ run : make build --no-print-directory
6161
6262 - name : 🧪 PHPUnit Tests
6363 continue-on-error : ${{ matrix.experimental }}
Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " >=7.2" ,
1717
18- "jbzoo/data" : " ^4.1.3 " ,
18+ "jbzoo/data" : " ^4.2.1 " ,
1919 "jbzoo/mermaid-php" : " ^2.2.0" ,
20- "jbzoo/utils" : " ^4.2.3 " ,
20+ "jbzoo/utils" : " ^4.4.0 " ,
2121
2222 "symfony/console" : " >=4.4" ,
2323 "symfony/polyfill-php80" : " ^1.22.1"
2424 },
2525
2626 "require-dev" : {
27- "jbzoo/toolbox-dev" : " ^2.9.2 " ,
27+ "jbzoo/toolbox-dev" : " ^2.12.0 " ,
2828 "symfony/process" : " >=4.4"
2929 },
3030
You can’t perform that action at this time.
0 commit comments