Skip to content

Commit

Permalink
tweak(php 8.1): fix some php 8.1 issues
Browse files Browse the repository at this point in the history
- also update ramsey/uuid to a newer version that supports php 8.1
- also update pear/ole to 1.0.0RC9
  • Loading branch information
pschuele committed Aug 7, 2023
1 parent bf9789a commit 32076bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "^7.1||^8.0",
"ext-bcmath": "*",
"ext-mbstring": "*",
"pear/ole": "^1.0.0RC8",
"pear/ole": "^1.0.0RC9",
"pear/pear-core-minimal": "^1.10",
"symfony/yaml": "^4.1||^5.0||^6.0",
"ramsey/uuid": "^3.8||^4.7",
Expand Down

0 comments on commit 32076bf

Please sign in to comment.