We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f63a8 commit 12a2435Copy full SHA for 12a2435
composer.json
@@ -22,6 +22,10 @@
22
{
23
"type": "git",
24
"url": "https://github.com/fsi-open/phpspec.git"
25
+ },
26
+ {
27
+ "type": "git",
28
+ "url": "https://github.com/chives/files.git"
29
}
30
],
31
"require": {
@@ -63,7 +67,7 @@
63
67
"friends-of-behat/mink-extension": "^2.6",
64
68
"friends-of-behat/page-object-extension": "^0.3.2",
65
69
"friends-of-behat/symfony-extension": "^2.3",
66
- "fsi/files": "^2.0.4|^3.0@dev",
70
+ "fsi/files": "dev-dev as 3.0",
71
"fsi/resource-repository-bundle": "^3.0.3@dev",
72
"gedmo/doctrine-extensions": "^3.13",
73
"mockery/mockery": "^1.6",
0 commit comments