Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
Updates for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Sep 11, 2020
1 parent 9e0888b commit 4752ffd
Show file tree
Hide file tree
Showing 3 changed files with 1,072 additions and 402 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ class UserFactory extends Factory {
}
```

## Note for Laravel 8 users
Whilst Poser is tagged for Laravel 8, you should start migrating to use Laravel's new built in class based factories.
The syntax is nearly identical and you'll pick it up in no time. I want to thank everybody who used, tested,
altered and discussed Poser. Its been so much fun to build something to the Laravel community!

## Examples
Want to see what Poser looks like compared with the default Laravel tests? [Check out our examples!](#before-and-after-examples)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
}
],
"require": {
"illuminate/support": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"haydenpierce/class-finder": "^0.4.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 4752ffd

Please sign in to comment.