Skip to content

Commit b3ac402

Browse files
committed
its phpcr.github.io
1 parent 8b20282 commit b3ac402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "PHP Content Repository implementation independant utilities",
55
"keywords": ["phpcr", "contentrepository", "cli"],
6-
"homepage": "http://phpcr.github.com",
6+
"homepage": "http://phpcr.github.io",
77
"license": [
88
"MIT",
99
"Apache-2.0"

tests/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author Nacho Martín <[email protected]>
66
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
7-
* @link http://phpcr.github.com/
7+
* @link http://phpcr.github.io/
88
*/
99
if (!class_exists('PHPUnit_Framework_TestCase') ||
1010
version_compare(PHPUnit_Runner_Version::id(), '3.5') < 0

0 commit comments

Comments
 (0)