Skip to content

Commit 591bce5

Browse files
committed
Updated composer.json, readme
1 parent 4331d62 commit 591bce5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
5858
}
5959
```
6060

61-
[documentation]: https://docs.opis.io/json-schema
61+
[documentation]: https://opis.io/json-schema
6262
[apache_license]: https://www.apache.org/licenses/LICENSE-2.0 "Apache License"
6363
[Packagist]: https://packagist.org/packages/opis/json-schema "Packagist"
6464
[Composer]: https://getcomposer.org "Composer"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"require": {
2424
"php": "^7.4 || ^8.0",
2525
"ext-json": "*",
26-
"opis/string": "2020.x-dev",
27-
"opis/uri": "2021.x-dev"
26+
"opis/string": "^2.0",
27+
"opis/uri": "^1.0"
2828
},
2929
"require-dev": {
3030
"ext-bcmath": "*",
@@ -43,7 +43,7 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "2020.x-dev"
46+
"dev-master": "2.x-dev"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)