Skip to content

Commit 10dc7ea

Browse files
authored
Merge pull request #16 from leeovery/develop
Update master to catch up with develop
2 parents 6796769 + e698c54 commit 10dc7ea

File tree

3 files changed

+2273
-618
lines changed

3 files changed

+2273
-618
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Via Composer:
1919
$ composer require leeovery/wordpress-to-laravel
2020
```
2121

22-
This package is auto-discoverable with Laravel, but if you want to be anal go ahead and add the ServiceProvider to the providers array in config/app.php:
22+
After adding the package, add the ServiceProvider to the providers array in config/app.php:
2323

2424
``` php
2525
LeeOvery\WordpressToLaravel\WordpressToLaravelServiceProvider::class,

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.1.3",
23-
"cartalyst/tags": "6.0.*|7.0.*|8.0.*",
24-
"guzzlehttp/guzzle": "^6.3",
25-
"illuminate/database": "5.6.*|5.7.*|5.8.*",
26-
"illuminate/support": "5.6.*|5.7.*|5.8.*",
27-
"illuminate/console": "5.6.*|5.7.*|5.8.*",
28-
"illuminate/contracts": "5.6.*|5.7.*|5.8.*",
29-
"illuminate/events": "5.6.*|5.7.*|5.8.*",
30-
"league/fractal": "^0.17.0"
22+
"php": "^7.3",
23+
"cartalyst/tags": ">=v8.0.0",
24+
"guzzlehttp/guzzle": "^7.0",
25+
"illuminate/database": "^8.0",
26+
"illuminate/support": "^8.0",
27+
"illuminate/console": "^8.0",
28+
"illuminate/contracts": "^8.0",
29+
"illuminate/events": "^8.0",
30+
"league/fractal": "^0.19.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^7.0"
33+
"phpunit/phpunit": "^9.3"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)