Skip to content

Commit f1c0b57

Browse files
committed
Update dependencies
1 parent 3763715 commit f1c0b57

File tree

4 files changed

+30
-53
lines changed

4 files changed

+30
-53
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"twig/twig": "^1.33"
1616
},
1717
"require-dev": {
18-
"squizlabs/php_codesniffer": "2.0",
19-
"symfony/browser-kit": "3.2",
18+
"squizlabs/php_codesniffer": "^3.2",
19+
"symfony/browser-kit": "^3.4",
2020
"phpunit/phpunit": "^5.7"
2121
},
2222
"autoload": {

composer.lock

+26-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Model/Resource.php

-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ protected function mapJsonLdForHTML($jsonld, $prefixes)
159159
$data[] = $graph;
160160
}
161161
return $data;
162-
163162
}
164163

165164
/**

test/Model/RDFSourceTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function setUp()
3232
*/
3333
public function testGetRDFSource()
3434
{
35-
$expected_links = [
35+
$expected_links = [
3636
"<" . Resource::LDP_NS . "Resource>; rel=\"type\"",
3737
"<" . Resource::LDP_NS . "RDFSource>; rel=\"type\""
3838
];
@@ -80,7 +80,7 @@ public function testGetRDFSource()
8080
*/
8181
public function testGetRDFSourceJSON()
8282
{
83-
$expected_links = [
83+
$expected_links = [
8484
"<" . Resource::LDP_NS . "Resource>; rel=\"type\"",
8585
"<" . Resource::LDP_NS . "RDFSource>; rel=\"type\""
8686
];

0 commit comments

Comments
 (0)