Skip to content

Commit aab3e45

Browse files
committed
Bump laravel version now that 8 is out
1 parent b75d488 commit aab3e45

File tree

3 files changed

+342
-244
lines changed

3 files changed

+342
-244
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ If you're new to Vonage, you can [sign up for an account](https://dashboard.nexm
1212

1313
We've tried to keep things short and sweet!
1414

15-
* Clone this repo and run `composer install`.
15+
* Clone this repo and run `composer install` (requires PHP 7.3+).
1616
* Copy `.env.example` to `.env`, add your credentials to the `NEXMO_*` fields at the bottom.
1717
* Run your application with `php artisan serve`.
1818
* If you're working locally, run [ngrok](https://ngrok.com) to expose the port locally; copy the URL.
1919
* On the [Dashboard](https://dashboard.nexmo.com), go to the Messages API Sandbox, and whitelist your phone for WhatsApp.
2020
* On the same page, configure the webhook URLs for incoming messages and status events:
21-
- incoming messages should be `[url you copied earlier]/webhook/inbound`
22-
- status webhooks should go to `[url you copied earlier]/webhook/status`
21+
- incoming messages should be `[url you copied earlier]/webhooks/inbound`
22+
- status webhooks should go to `[url you copied earlier]/webhooks/status`
2323

2424
You're all set!
2525

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.2.5",
11+
"php": "^7.3.0",
1212
"fideloper/proxy": "^4.2",
1313
"fruitcake/laravel-cors": "^1.0",
1414
"guzzlehttp/guzzle": "^6.3",
15-
"laravel/framework": "^7.0",
15+
"laravel/framework": "^8.0",
1616
"laravel/tinker": "^2.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)