File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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
58
58
}
59
59
```
60
60
61
- [ documentation ] : https://docs. opis.io/json-schema
61
+ [ documentation ] : https://opis.io/json-schema
62
62
[ apache_license ] : https://www.apache.org/licenses/LICENSE-2.0 " Apache License "
63
63
[ Packagist ] : https://packagist.org/packages/opis/json-schema " Packagist "
64
64
[ Composer ] : https://getcomposer.org " Composer "
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " ^7.4 || ^8.0" ,
25
25
"ext-json" : " *" ,
26
- "opis/string" : " 2020.x-dev " ,
27
- "opis/uri" : " 2021.x-dev "
26
+ "opis/string" : " ^2.0 " ,
27
+ "opis/uri" : " ^1.0 "
28
28
},
29
29
"require-dev" : {
30
30
"ext-bcmath" : " *" ,
43
43
},
44
44
"extra" : {
45
45
"branch-alias" : {
46
- "dev-master" : " 2020 .x-dev"
46
+ "dev-master" : " 2 .x-dev"
47
47
}
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments