Skip to content

Commit ce7f161

Browse files
committed
Add Laravel 7 support
1 parent 6829f54 commit ce7f161

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

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+
| 7.x | [7.x](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/7.x) |
1819
| 6.x | [6.x](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/6.x) |
1920
| 5.8.* | [5.8.*](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.8) |
2021
| 5.7.* | [5.7.*](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.7) |

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.2",
15+
"php": "^7.2.5",
1616
"ext-dom": "*",
1717
"ext-json": "*",
1818
"ext-simplexml": "*",
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",
19+
"illuminate/support": "^7.0",
20+
"nesbot/carbon": "^2.17",
21+
"symfony/filesystem": "^5.0",
22+
"symfony/finder": "^5.0",
23+
"symfony/process": "^5.0",
24+
"symfony/var-dumper": "^5.0",
2525
"spatie/array-to-xml": "^2.7"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^8.3",
29-
"mockery/mockery": "^1.2",
30-
"illuminated/testing-tools": "^6.0"
28+
"phpunit/phpunit": "^8.4|^9.0",
29+
"mockery/mockery": "^1.3.1",
30+
"illuminated/testing-tools": "^7.0"
3131
},
3232
"autoload": {
3333
"files": [

0 commit comments

Comments
 (0)