Skip to content

Commit

Permalink
Add missing Laravel Tinker requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Sep 30, 2017
1 parent ef8aa1c commit c06ba9a
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 53 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"guzzlehttp/guzzle": "^6.2.1",
"jenssegers/date": "^3.2",
"laravel/framework": "^5.4",
"laravel/tinker": "^1.0",
"mccool/laravel-auto-presenter": "^5.0",
"nexmo/client": "@beta",
"pragmarx/google2fa": "^0.7.1",
Expand Down
Loading

6 comments on commit c06ba9a

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct.

@jbrooksuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Laravel 5.4 already ships with tinker doesn't it?

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, wait, it doesn't. I thought I deleted it from 5.5, but it was so long ago, that it was from 5.4. 😆

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was class-preloader that got deleted out of 5.5. :P

@jbrooksuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah right! :)

Please sign in to comment.