@@ -4,10 +4,10 @@ A helper class library for creating JSON or JSONx strings in PHP. It can be used
44
55<p align =" center " >
66 <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php84.yml " >
7- <img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=master ">
7+ <img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=main ">
88 </a >
99 <a href =" https://codecov.io/gh/WebFiori/json " >
10- <img src="https://codecov.io/gh/WebFiori/json/branch/master /graph/badge.svg" />
10+ <img src="https://codecov.io/gh/WebFiori/json/branch/main /graph/badge.svg" />
1111 </a >
1212 <a href =" https://sonarcloud.io/dashboard?id=WebFiori_json " >
1313 <img src="https://sonarcloud.io/api/project_badges/measure?project=WebFiori_json&metric=alert_status" />
@@ -57,11 +57,11 @@ According to [json.org](https://www.json.org/json-en.html), JSON is a data excha
5757## Supported PHP Versions
5858| Build Status |
5959| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
60- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php80.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php80.yml/badge.svg?branch=master " ></a > |
61- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php81.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php81.yml/badge.svg?branch=master " ></a > |
62- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php82.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php82.yml/badge.svg?branch=master " ></a > |
63- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php83.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php83.yml/badge.svg?branch=master " ></a > |
64- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php84.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=master " ></a > |
60+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php80.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php80.yml/badge.svg?branch=main " ></a > |
61+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php81.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php81.yml/badge.svg?branch=main " ></a > |
62+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php82.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php82.yml/badge.svg?branch=main " ></a > |
63+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php83.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php83.yml/badge.svg?branch=main " ></a > |
64+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php84.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=main " ></a > |
6565
6666## Installation
6767If you are using composer to manage your dependencies, then it is possible to install the library by including the entry ` "webfiori/jsonx":"*" ` in the ` require ` section of your ` composer.json ` file to install the latest release:
0 commit comments