File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 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" : " *" ,
4343 },
4444 "extra" : {
4545 "branch-alias" : {
46- "dev-master" : " 2020 .x-dev"
46+ "dev-master" : " 2 .x-dev"
4747 }
4848 }
4949}
You can’t perform that action at this time.
0 commit comments