Skip to content

Commit f3a1b06

Browse files
committed
update composer requirements, remove minimum-stability
1 parent faef0e4 commit f3a1b06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
{ "type": "git", "url": "https://github.com/chrisboulton/php-resque" }
1818
],
1919
"require": {
20-
"chrisboulton/php-resque": "dev-master"
21-
},
22-
"minimum-stability": "dev"
20+
"chrisboulton/php-resque": "< 1.3"
21+
}
2322
}

0 commit comments

Comments
 (0)