Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Sep 8, 2021
1 parent c26fa73 commit e6027c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@
"/tests_env/"
]
},
"minimum-stability": "beta",
"prefer-stable": true,
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"ext-mbstring": "*",
"berlioz/core": "^2.0",
"league/climate": "^3.7"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.5"
},
"provide": {
"psr/container-implementation": "^1.0",
Expand Down

0 comments on commit e6027c0

Please sign in to comment.