Skip to content

Commit

Permalink
Merge pull request #21 from nick322/feature/minimum-stability
Browse files Browse the repository at this point in the history
adjust composer.json
  • Loading branch information
nick322 authored Nov 1, 2023
2 parents 64c1ecf + 4393904 commit 45985b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1",
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
"ext-openssl": "*",
"ext-hash": "*",
"ext-simplexml": "*",
"mnapoli/silly": "^1.0",
"pear/ole": "v1.0.0RC9"
"pear/ole": "^1.0.0RC9"
},
"require-dev": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1",
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
"ext-openssl": "*",
"ext-hash": "*",
"phpunit/phpunit": "^9.5 || ^10.0"
Expand Down

0 comments on commit 45985b3

Please sign in to comment.