Skip to content

Commit fe26eea

Browse files
committed
Add Laravel 6 support
1 parent ef8b717 commit fe26eea

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Laravel-specific and pure PHP helper functions.
1515

1616
| Laravel | Helper Functions |
1717
| ------- | :-------------------------------------------------------------------------: |
18+
| 6.x | [6.x](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/6.x) |
1819
| 5.8.* | [5.8.*](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.8) |
1920
| 5.7.* | [5.7.*](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.7) |
2021
| 5.6.* | [5.6.*](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.6) |

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"email": "[email protected]"
1313
}],
1414
"require": {
15-
"php": "^7.1.3",
15+
"php": "^7.2",
1616
"ext-dom": "*",
1717
"ext-json": "*",
1818
"ext-simplexml": "*",
19-
"illuminate/support": "5.8.*",
20-
"nesbot/carbon": "^1.26.3 || ^2.0",
21-
"symfony/filesystem": "^4.2",
22-
"symfony/finder": "^4.2",
23-
"symfony/process": "^4.2",
24-
"symfony/var-dumper": "^4.2",
19+
"illuminate/support": "^6.0",
20+
"nesbot/carbon": "^2.0",
21+
"symfony/filesystem": "^4.3",
22+
"symfony/finder": "^4.3",
23+
"symfony/process": "^4.3",
24+
"symfony/var-dumper": "^4.3",
2525
"spatie/array-to-xml": "^2.7"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^7.5|^8.0",
29-
"mockery/mockery": "^1.0",
30-
"illuminated/testing-tools": "5.8.*"
28+
"phpunit/phpunit": "^8.3",
29+
"mockery/mockery": "^1.2",
30+
"illuminated/testing-tools": "^6.0"
3131
},
3232
"autoload": {
3333
"files": [

0 commit comments

Comments
 (0)