We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 725b9c9 + d704156 commit 532ae6aCopy full SHA for 532ae6a
composer.json
@@ -14,7 +14,7 @@
14
}],
15
"require": {
16
"php": ">=5.3.2",
17
- "symfony/http-foundation": "~2.0|~3.0"
+ "symfony/http-foundation": "~2.0|~3.0|~4.0"
18
},
19
"require-dev": {
20
"sami/sami": "^3.3",
tests/DataTest.php
@@ -121,7 +121,7 @@ public function testBuildFromFile()
121
122
public function testBuildFromUrl()
123
{
124
- $url = 'http://www.alchemy.fr/images/header_03.png';
+ $url = 'http://via.placeholder.com/350x150';
125
$dataURI = DataURI\Data::buildFromUrl($url);
126
$this->assertInstanceOf('DataURI\Data', $dataURI);
127
$this->assertEquals('image/png', $dataURI->getMimeType());
0 commit comments