Skip to content

Commit

Permalink
some upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Nov 11, 2023
1 parent fff2af3 commit 663c80f
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 168 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ext-mongodb": "^1.1.5",
"mongodb/mongodb": "^1.0",
"ext-mongodb": "^1.6",
"mongodb/mongodb": "^1.5",
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0 || ^6.0"
},
"require-dev": {
Expand All @@ -31,9 +31,10 @@
"phpunit/phpunit": "^8.5.14",
"symfony/phpunit-bridge": "^6.0",
"facile-it/facile-coding-standard": "^0.4.0",
"phpstan/phpstan": "^0.12.88",
"phpstan/phpstan": "^1.8",
"phpstan/extension-installer": "^1.1",
"jangregor/phpstan-prophecy": "^0.8.1"
"jangregor/phpstan-prophecy": "^1",
"phpspec/prophecy": "^1.17"
},
"minimum-stability": "stable",
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.1"

services:
php:
image: ilariopierbattista/mongodb-bundle-php:php-7.2-mongoext-1.3.0-20201227
image: ilariopierbattista/mongodb-bundle-php:php-7.4-mongoext-1.6.0-20231111
volumes:
- ./:/home/user-dev/project
tty: true
Expand Down
Loading

0 comments on commit 663c80f

Please sign in to comment.