Skip to content

Commit

Permalink
Support safe ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrekelmans committed Jan 3, 2022
1 parent 71bd8c1 commit 02032f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^1.0",
"thecodingmachine/safe": "^1.0"
"thecodingmachine/safe": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.2",
"phpunit/phpunit": "^7.5.2 || ^8.0",
"php-coveralls/php-coveralls": "^2.1",
"squizlabs/php_codesniffer": "^3.4"
},
Expand Down

0 comments on commit 02032f4

Please sign in to comment.