Skip to content

Commit 4aea62d

Browse files
Merge pull request #5 from codenamephp/fix/deployerRange
Fix version range for deployer
2 parents 63a41b1 + f208cb3 commit 4aea62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"deployer/deployer": "7.0.0",
14+
"deployer/deployer": "^7.0",
1515
"symfony/console": "^6.1"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)