Skip to content

Commit 02032f4

Browse files
committed
Support safe ^2.0
1 parent 71bd8c1 commit 02032f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"require": {
1313
"php": "^7.1 || ^8.0",
1414
"phpstan/phpstan": "^1.0",
15-
"thecodingmachine/safe": "^1.0"
15+
"thecodingmachine/safe": "^1.0 || ^2.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7.5.2",
18+
"phpunit/phpunit": "^7.5.2 || ^8.0",
1919
"php-coveralls/php-coveralls": "^2.1",
2020
"squizlabs/php_codesniffer": "^3.4"
2121
},

0 commit comments

Comments
 (0)