File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - uses : shivammathur/setup-php@v2
2121 with :
2222 php-version : " 8.3"
23- extensions : mongodb-2.1.1
23+ extensions : mongodb-2.1.2
2424
2525 - run : docker compose up -d database
2626 working-directory : backend
Original file line number Diff line number Diff line change 2222 && rm -rf /var/lib/apt/lists/* \
2323 \
2424 # php extensions
25- && pecl install mongodb-2.1.1 \
25+ && pecl install mongodb-2.1.2 \
2626 && docker-php-ext-enable mongodb \
2727 \
2828 # pgsql for printerdb
Original file line number Diff line number Diff line change 1313 "laravel/sanctum" : " ^4.0" ,
1414 "laravel/tinker" : " ^2.9" ,
1515 "mongodb/laravel-mongodb" : " ^5.0" ,
16- "mongodb/mongodb" : " 2.1.1 " ,
16+ "mongodb/mongodb" : " 2.1.2 " ,
1717 "nategood/httpful" : " 1.0.0" ,
1818 "nesbot/carbon" : " 3.10.3" ,
1919 "onelogin/php-saml" : " 4.3.0" ,
You can’t perform that action at this time.
0 commit comments