Skip to content

Commit 619335c

Browse files
PHP 7.2 fix
1 parent 8740bda commit 619335c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
## Laravel API Handler
2+
[![Build Status](https://travis-ci.org/marcelgwerder/laravel-api-handler.png?branch=master)](https://travis-ci.org/marcelgwerder/laravel-api-handler) [![Latest Stable Version](https://poser.pugx.org/marcelgwerder/laravel-api-handler/v/stable.png)](https://packagist.org/packages/marcelgwerder/laravel-api-handler) [![Total Downloads](https://poser.pugx.org/marcelgwerder/laravel-api-handler/downloads.png)](https://packagist.org/packages/marcelgwerder/laravel-api-handler) [![License](https://poser.pugx.org/marcelgwerder/laravel-api-handler/license.png)](https://packagist.org/packages/marcelgwerder/laravel-api-handler)
23

34
This helper package provides functionality for parsing the URL of a REST-API request.
45

5-
### Attention
6-
7-
This is a fix for `marcelgwerder/laravel-api-handler` on PHP 7.2. There is a pull request in original package.
8-
96
### Installation
107

118
***Note:*** This version is for Laravel 5. When using Laravel 4 you need to use version 0.4.x.
@@ -275,4 +272,4 @@ The envelope has the following structure:
275272

276273
]
277274
}
278-
```
275+
```

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "betalabs/laravel-api-handler",
3-
"description": "Package providing helper functions for a Laravel REST-API. This is a fix for PHP 7.2.",
2+
"name": "marcelgwerder/laravel-api-handler",
3+
"description": "Package providing helper functions for a Laravel REST-API ",
44
"keywords": ["api", "laravel", "rest", "url", "parse", "mysql"],
5+
"homepage": "http://github.com/marcelgwerder/laravel-api-handler",
56
"license": "MIT",
67
"authors": [
78
{
@@ -25,4 +26,4 @@
2526
}
2627
},
2728
"minimum-stability": "stable"
28-
}
29+
}

0 commit comments

Comments
 (0)