Skip to content

Commit b823474

Browse files
committed
Merge branch 'master' of github.com:Codeception/Specify
2 parents e3bcc7c + d2b398a commit b823474

File tree

2 files changed

+473
-86
lines changed

2 files changed

+473
-86
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
],
1111
"require": {
1212
"php": ">=5.4.0",
13-
"myclabs/deep-copy": "*"
13+
"myclabs/deep-copy": "~1.1"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "3.7.*"
16+
"phpunit/phpunit": "~4.0"
1717
},
1818
"autoload": {
1919
"psr-0": {
2020
"Codeception\\": "src/"
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)