Skip to content

Commit

Permalink
Merge pull request #42 from WyriHaximus/support-safe-v2
Browse files Browse the repository at this point in the history
Support safe v2
  • Loading branch information
WyriHaximus committed Jan 14, 2023
2 parents 742fc6f + ed22ed8 commit 85b5ec7
Show file tree
Hide file tree
Showing 2 changed files with 1,254 additions and 773 deletions.
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -12,7 +12,7 @@
"php": "^8",
"monolog/monolog": "^2.0",
"psr/log": "^2",
"thecodingmachine/safe": "^1.3.3",
"thecodingmachine/safe": "^2 || ^1.3.3",
"wyrihaximus/psr-3-utilities": "^2.1"
},
"require-dev": {
Expand All @@ -33,7 +33,9 @@
"infection/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"icanhazstring/composer-unused": true,
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ocramius/package-versions": true,
"localheinz/composer-normalize": true
},
"platform": {
"php": "8.0.12"
Expand Down

0 comments on commit 85b5ec7

Please sign in to comment.