Skip to content

Commit c2665a7

Browse files
committed
Prepare 3.8 branch.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 4d6f9e3 commit c2665a7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ XML Document Parser for Laravel and PHP
33

44
Parser Component is a framework agnostic package that provide a simple way to parse XML to array without having to write a complex logic.
55

6-
[![Build Status](https://travis-ci.org/orchestral/parser.svg?branch=master)](https://travis-ci.org/orchestral/parser)
6+
[![Build Status](https://travis-ci.org/orchestral/parser.svg?branch=3.8)](https://travis-ci.org/orchestral/parser)
77
[![Latest Stable Version](https://poser.pugx.org/orchestra/parser/version)](https://packagist.org/packages/orchestra/parser)
88
[![Total Downloads](https://poser.pugx.org/orchestra/parser/downloads)](https://packagist.org/packages/orchestra/parser)
99
[![Latest Unstable Version](https://poser.pugx.org/orchestra/parser/v/unstable)](//packagist.org/packages/orchestra/parser)
1010
[![License](https://poser.pugx.org/orchestra/parser/license)](https://packagist.org/packages/orchestra/parser)
11-
[![Coverage Status](https://coveralls.io/repos/github/orchestral/parser/badge.svg?branch=master)](https://coveralls.io/github/orchestral/parser?branch=master)
11+
[![Coverage Status](https://coveralls.io/repos/github/orchestral/parser/badge.svg?branch=3.8)](https://coveralls.io/github/orchestral/parser?branch=3.8)
1212

1313
Imagine if you can parse
1414

@@ -55,15 +55,10 @@ $user = $xml->parse([
5555

5656
Laravel | Parser
5757
:----------|:----------
58-
4.x.x | 2.x.x
59-
5.0.x | 3.0.x
60-
5.1.x | 3.1.x
61-
5.2.x | 3.2.x
62-
5.3.x | 3.3.x
63-
5.4.x | 3.4.x
6458
5.5.x | 3.5.x
6559
5.6.x | 3.6.x
6660
5.7.x | 3.7.x
61+
5.8.x | 3.8.x@dev
6762

6863
## Installation
6964

@@ -72,7 +67,7 @@ To install through composer, simply put the following in your `composer.json` fi
7267
```json
7368
{
7469
"require": {
75-
"orchestra/parser": "~3.0"
70+
"orchestra/parser": "^3.5"
7671
}
7772
}
7873
```
@@ -83,7 +78,7 @@ And then run `composer install` from the terminal.
8378

8479
Above installation can also be simplify by using the following command:
8580

86-
composer require "orchestra/parser=~3.0"
81+
composer require "orchestra/parser=^3.5"
8782

8883
## Configuration
8984

0 commit comments

Comments
 (0)