Skip to content

Commit

Permalink
mise a jour composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoon-projet committed Mar 4, 2021
1 parent fe0c149 commit d7ccbe7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
},
"require": {
"php": ">=7.1.0",
"php": "^7.1",
"psr/http-server-middleware": "^1.0",
"laminas/laminas-diactoros": "^1.8"
"laminas/laminas-diactoros": "^2.4"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -22,7 +22,6 @@
"require-dev": {
"squizlabs/php_codesniffer": "^3.3",
"phpunit/phpunit": "^6.5",
"php-coveralls/php-coveralls": "^2.1",
"laminas/laminas-diactoros": "^1.8"
"php-coveralls/php-coveralls": "^2.1"
}
}

0 comments on commit d7ccbe7

Please sign in to comment.