File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ XML Document Parser for Laravel and PHP
3
3
4
4
Parser Component is a framework agnostic package that provide a simple way to parse XML to array without having to write a complex logic.
5
5
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 )
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/orchestra/parser/version )] ( https://packagist.org/packages/orchestra/parser )
8
8
[ ![ Total Downloads] ( https://poser.pugx.org/orchestra/parser/downloads )] ( https://packagist.org/packages/orchestra/parser )
9
9
[ ![ Latest Unstable Version] ( https://poser.pugx.org/orchestra/parser/v/unstable )] ( //packagist.org/packages/orchestra/parser )
10
10
[ ![ 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 )
12
12
13
13
Imagine if you can parse
14
14
@@ -55,15 +55,10 @@ $user = $xml->parse([
55
55
56
56
Laravel | Parser
57
57
:----------|:----------
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
64
58
5.5.x | 3.5.x
65
59
5.6.x | 3.6.x
66
60
5.7.x | 3.7.x
61
+ 5.8.x | 3.8.x@dev
67
62
68
63
## Installation
69
64
@@ -72,7 +67,7 @@ To install through composer, simply put the following in your `composer.json` fi
72
67
``` json
73
68
{
74
69
"require" : {
75
- "orchestra/parser" : " ~3.0 "
70
+ "orchestra/parser" : " ^3.5 "
76
71
}
77
72
}
78
73
```
@@ -83,7 +78,7 @@ And then run `composer install` from the terminal.
83
78
84
79
Above installation can also be simplify by using the following command:
85
80
86
- composer require "orchestra/parser=~3.0 "
81
+ composer require "orchestra/parser=^3.5 "
87
82
88
83
## Configuration
89
84
You can’t perform that action at this time.
0 commit comments