mirror of
https://github.com/Intervention/image.git
synced 2025-08-14 01:44:03 +02:00
Use Mockery at 0.9.x@dev
An issue in Mockery (https://github.com/padraic/mockery/issues/348) prevented SplFileInfo classes from being mocked. This commit changes the Mockery version requirement to 0.9.x@dev, as it has been fixed in master, but not yet tagged as a release.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "3.*",
|
"phpunit/phpunit": "3.*",
|
||||||
"mockery/mockery": "0.9.*"
|
"mockery/mockery": "0.9.*@dev"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-gd": "to use GD library based image processing.",
|
"ext-gd": "to use GD library based image processing.",
|
||||||
|
Reference in New Issue
Block a user