Merge pull request #335 from jonnybarnes/dependabot/composer/laravel/pint-1.1.0
Bump laravel/pint from 1.0.0 to 1.1.0
This commit is contained in:
commit
a3e11d357a
2 changed files with 18 additions and 18 deletions
10
composer.lock
generated
10
composer.lock
generated
|
@ -8830,16 +8830,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/pint",
|
"name": "laravel/pint",
|
||||||
"version": "v1.0.0",
|
"version": "v1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/pint.git",
|
"url": "https://github.com/laravel/pint.git",
|
||||||
"reference": "df89c86ce4515f28b70feaf9ad59e8c3bdb888fd"
|
"reference": "16cccd66169f926308fefb21ddbc03a261ca7e79"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/pint/zipball/df89c86ce4515f28b70feaf9ad59e8c3bdb888fd",
|
"url": "https://api.github.com/repos/laravel/pint/zipball/16cccd66169f926308fefb21ddbc03a261ca7e79",
|
||||||
"reference": "df89c86ce4515f28b70feaf9ad59e8c3bdb888fd",
|
"reference": "16cccd66169f926308fefb21ddbc03a261ca7e79",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -8892,7 +8892,7 @@
|
||||||
"issues": "https://github.com/laravel/pint/issues",
|
"issues": "https://github.com/laravel/pint/issues",
|
||||||
"source": "https://github.com/laravel/pint"
|
"source": "https://github.com/laravel/pint"
|
||||||
},
|
},
|
||||||
"time": "2022-07-14T14:50:04+00:00"
|
"time": "2022-07-26T15:32:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/sail",
|
"name": "laravel/sail",
|
||||||
|
|
|
@ -2,17 +2,17 @@
|
||||||
|
|
||||||
// You can find the keys here : https://dev.twitter.com/
|
// You can find the keys here : https://dev.twitter.com/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'API_URL' => 'api.twitter.com',
|
'API_URL' => 'api.twitter.com',
|
||||||
'API_VERSION' => '1.1',
|
'API_VERSION' => '1.1',
|
||||||
'AUTHENTICATE_URL' => 'https://api.twitter.com/oauth/authenticate',
|
'AUTHENTICATE_URL' => 'https://api.twitter.com/oauth/authenticate',
|
||||||
'AUTHORIZE_URL' => 'https://api.twitter.com/oauth/authorize',
|
'AUTHORIZE_URL' => 'https://api.twitter.com/oauth/authorize',
|
||||||
'ACCESS_TOKEN_URL' => 'oauth/access_token',
|
'ACCESS_TOKEN_URL' => 'oauth/access_token',
|
||||||
'REQUEST_TOKEN_URL' => 'oauth/request_token',
|
'REQUEST_TOKEN_URL' => 'oauth/request_token',
|
||||||
'USE_SSL' => true,
|
'USE_SSL' => true,
|
||||||
|
|
||||||
'CONSUMER_KEY' => env('TWITTER_CONSUMER_KEY'),
|
'CONSUMER_KEY' => env('TWITTER_CONSUMER_KEY'),
|
||||||
'CONSUMER_SECRET' => env('TWITTER_CONSUMER_SECRET'),
|
'CONSUMER_SECRET' => env('TWITTER_CONSUMER_SECRET'),
|
||||||
'ACCESS_TOKEN' => env('TWITTER_ACCESS_TOKEN'),
|
'ACCESS_TOKEN' => env('TWITTER_ACCESS_TOKEN'),
|
||||||
'ACCESS_TOKEN_SECRET' => env('TWITTER_ACCESS_TOKEN_SECRET'),
|
'ACCESS_TOKEN_SECRET' => env('TWITTER_ACCESS_TOKEN_SECRET'),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue