Skip to content

Commit 6708c6c

Browse files
clxmstaabstaabm
authored andcommitted
update dependencies
1 parent b580dea commit 6708c6c

File tree

3 files changed

+2094
-2
lines changed

3 files changed

+2094
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor
2+
.phpunit.result.cache

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
}
2424
},
2525
"require":{
26-
"php": ">=7.1",
26+
"php": "^7.4 || ^8.0",
2727
"defuse/php-encryption": "^2.2",
2828
"enygma/cmd": "^0.4.0",
2929
"league/climate": "^3.4"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^7.1"
32+
"phpunit/phpunit": "^7.1 || ^9"
3333
}
3434
}

0 commit comments

Comments
 (0)