Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
6abfd0f3
Unverified
Commit
6abfd0f3
authored
Jun 06, 2021
by
carlos1270
Committed by
GitHub
Jun 06, 2021
Browse files
Merge pull request #117 from carlos1270/master
Erro no email do cadastro
parents
3b30c761
ebda3a3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/Auth/RegisterController.php
View file @
6abfd0f3
...
@@ -137,8 +137,7 @@ class RegisterController extends Controller
...
@@ -137,8 +137,7 @@ class RegisterController extends Controller
$user
->
proponentes
()
->
save
(
$proponente
);
$user
->
proponentes
()
->
save
(
$proponente
);
}
}
return
$user
;
return
$user
;
}
}
...
...
app/Notifications/VerifyNotification.php
View file @
6abfd0f3
...
@@ -45,10 +45,9 @@ class VerifyNotification extends Notification
...
@@ -45,10 +45,9 @@ class VerifyNotification extends Notification
*/
*/
public
function
toMail
(
$notifiable
)
public
function
toMail
(
$notifiable
)
{
{
$user
=
Auth
::
user
();
return
(
new
MailMessage
)
return
(
new
MailMessage
)
->
subject
(
'Verifique seu e-mail'
)
->
subject
(
'Verifique seu e-mail'
)
->
greeting
(
"Olá,
{
$
user
->
name
}
!"
)
->
greeting
(
"Olá,
{
$
notifiable
->
name
}
!"
)
->
action
(
->
action
(
'Verifique seu E-mail'
,
'Verifique seu E-mail'
,
$this
->
verificationUrl
(
$notifiable
)
$this
->
verificationUrl
(
$notifiable
)
...
...
composer.lock
View file @
6abfd0f3
...
@@ -2353,16 +2353,16 @@
...
@@ -2353,16 +2353,16 @@
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
"version": "v4.4.2
4
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/console.git",
"url": "https://github.com/symfony/console.git",
"reference": "
1b15ca1b1bedda86f98064da9ff5d800560d4c6d
"
"reference": "
a62acecdf5b50e314a4f305cd01b5282126f3095
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
1b15ca1b1bedda86f98064da9ff5d800560d4c6d
",
"url": "https://api.github.com/repos/symfony/console/zipball/
a62acecdf5b50e314a4f305cd01b5282126f3095
",
"reference": "
1b15ca1b1bedda86f98064da9ff5d800560d4c6d
",
"reference": "
a62acecdf5b50e314a4f305cd01b5282126f3095
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2422,7 +2422,7 @@
...
@@ -2422,7 +2422,7 @@
"description": "Eases the creation of beautiful and testable command line interfaces",
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/console/tree/v4.4.2
4
"
"source": "https://github.com/symfony/console/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2438,20 +2438,20 @@
...
@@ -2438,20 +2438,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
13T06:28:07
+00:00"
"time": "2021-05-
26T11:20:16
+00:00"
},
},
{
{
"name": "symfony/css-selector",
"name": "symfony/css-selector",
"version": "v5.
2.9
",
"version": "v5.
3.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "
5d5f97809015102116208b976eb2edb44b689560
"
"reference": "
fcd0b29a7a0b1bb5bfbedc6231583d77fea04814
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/
5d5f97809015102116208b976eb2edb44b689560
",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/
fcd0b29a7a0b1bb5bfbedc6231583d77fea04814
",
"reference": "
5d5f97809015102116208b976eb2edb44b689560
",
"reference": "
fcd0b29a7a0b1bb5bfbedc6231583d77fea04814
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2487,7 +2487,7 @@
...
@@ -2487,7 +2487,7 @@
"description": "Converts CSS selectors to XPath expressions",
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.
2.9
"
"source": "https://github.com/symfony/css-selector/tree/v5.
3.0
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2503,20 +2503,20 @@
...
@@ -2503,20 +2503,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
1
6T1
3:07:46
+00:00"
"time": "2021-05-
2
6T1
7:40:38
+00:00"
},
},
{
{
"name": "symfony/debug",
"name": "symfony/debug",
"version": "v4.4.2
2
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/debug.git",
"url": "https://github.com/symfony/debug.git",
"reference": "
45b2136377cca5f10af858968d6079a482bca473
"
"reference": "
a8d2d5c94438548bff9f998ca874e202bb29d07f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/
45b2136377cca5f10af858968d6079a482bca473
",
"url": "https://api.github.com/repos/symfony/debug/zipball/
a8d2d5c94438548bff9f998ca874e202bb29d07f
",
"reference": "
45b2136377cca5f10af858968d6079a482bca473
",
"reference": "
a8d2d5c94438548bff9f998ca874e202bb29d07f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2556,7 +2556,7 @@
...
@@ -2556,7 +2556,7 @@
"description": "Provides tools to ease debugging PHP code",
"description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/debug/tree/v4.4.2
2
"
"source": "https://github.com/symfony/debug/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2572,7 +2572,7 @@
...
@@ -2572,7 +2572,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
4-02T07:50:12
+00:00"
"time": "2021-0
5-26T17:39:37
+00:00"
},
},
{
{
"name": "symfony/deprecation-contracts",
"name": "symfony/deprecation-contracts",
...
@@ -2643,16 +2643,16 @@
...
@@ -2643,16 +2643,16 @@
},
},
{
{
"name": "symfony/error-handler",
"name": "symfony/error-handler",
"version": "v4.4.2
3
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "
21d75bfbdfdd3581a7f97080deb98926987f14a7
"
"reference": "
310a756cec00d29d89a08518405aded046a54a8b
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
21d75bfbdfdd3581a7f97080deb98926987f14a7
",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
310a756cec00d29d89a08518405aded046a54a8b
",
"reference": "
21d75bfbdfdd3581a7f97080deb98926987f14a7
",
"reference": "
310a756cec00d29d89a08518405aded046a54a8b
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2692,7 +2692,7 @@
...
@@ -2692,7 +2692,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/error-handler/tree/v4.4.2
3
"
"source": "https://github.com/symfony/error-handler/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2708,20 +2708,20 @@
...
@@ -2708,20 +2708,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
02T20:47:26
+00:00"
"time": "2021-05-
26T17:39:37
+00:00"
},
},
{
{
"name": "symfony/event-dispatcher",
"name": "symfony/event-dispatcher",
"version": "v4.4.2
0
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "
c352647244bd376bf7d31efbd5401f13f50dad0c
"
"reference": "
047773e7016e4fd45102cedf4bd2558ae0d0c32f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
c352647244bd376bf7d31efbd5401f13f50dad0c
",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
047773e7016e4fd45102cedf4bd2558ae0d0c32f
",
"reference": "
c352647244bd376bf7d31efbd5401f13f50dad0c
",
"reference": "
047773e7016e4fd45102cedf4bd2558ae0d0c32f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2775,7 +2775,7 @@
...
@@ -2775,7 +2775,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.2
0
"
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2791,7 +2791,7 @@
...
@@ -2791,7 +2791,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1
-2
7T09:09:26
+00:00"
"time": "2021-0
5
-2
6T17:39:37
+00:00"
},
},
{
{
"name": "symfony/event-dispatcher-contracts",
"name": "symfony/event-dispatcher-contracts",
...
@@ -2874,16 +2874,16 @@
...
@@ -2874,16 +2874,16 @@
},
},
{
{
"name": "symfony/finder",
"name": "symfony/finder",
"version": "v4.4.2
4
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/finder.git",
"url": "https://github.com/symfony/finder.git",
"reference": "
a96bc19ed87c88eec78e1a4c803bdc144695298
3"
"reference": "
ed33314396d968a8936c95f5bd1b88bd3b3e94a
3"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/
a96bc19ed87c88eec78e1a4c803bdc144695298
3",
"url": "https://api.github.com/repos/symfony/finder/zipball/
ed33314396d968a8936c95f5bd1b88bd3b3e94a
3",
"reference": "
a96bc19ed87c88eec78e1a4c803bdc144695298
3",
"reference": "
ed33314396d968a8936c95f5bd1b88bd3b3e94a
3",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2915,7 +2915,7 @@
...
@@ -2915,7 +2915,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/finder/tree/v4.4.2
4
"
"source": "https://github.com/symfony/finder/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2931,7 +2931,7 @@
...
@@ -2931,7 +2931,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
1
6T1
2
:2
7:45
+00:00"
"time": "2021-05-
2
6T1
1
:2
0:16
+00:00"
},
},
{
{
"name": "symfony/http-client-contracts",
"name": "symfony/http-client-contracts",
...
@@ -3013,16 +3013,16 @@
...
@@ -3013,16 +3013,16 @@
},
},
{
{
"name": "symfony/http-foundation",
"name": "symfony/http-foundation",
"version": "v4.4.2
3
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "
2ffb43bd6c589a274ee1e93a5fd6b7ef1577b9c5
"
"reference": "
0c79d5a65ace4fe66e49702658c024a419d2438b
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
2ffb43bd6c589a274ee1e93a5fd6b7ef1577b9c5
",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
0c79d5a65ace4fe66e49702658c024a419d2438b
",
"reference": "
2ffb43bd6c589a274ee1e93a5fd6b7ef1577b9c5
",
"reference": "
0c79d5a65ace4fe66e49702658c024a419d2438b
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3061,7 +3061,7 @@
...
@@ -3061,7 +3061,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v4.4.2
3
"
"source": "https://github.com/symfony/http-foundation/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -3077,20 +3077,20 @@
...
@@ -3077,20 +3077,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
05T07:40:41
+00:00"
"time": "2021-05-
26T11:20:16
+00:00"
},
},
{
{
"name": "symfony/http-kernel",
"name": "symfony/http-kernel",
"version": "v4.4.2
4
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "
59925ee79f2541b4c6e990843e1a42768e898254
"
"reference": "
3795165596fe81a52296b78c9aae938d434069cc
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
59925ee79f2541b4c6e990843e1a42768e898254
",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
3795165596fe81a52296b78c9aae938d434069cc
",
"reference": "
59925ee79f2541b4c6e990843e1a42768e898254
",
"reference": "
3795165596fe81a52296b78c9aae938d434069cc
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3165,7 +3165,7 @@
...
@@ -3165,7 +3165,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v4.4.2
4
"
"source": "https://github.com/symfony/http-kernel/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -3181,20 +3181,20 @@
...
@@ -3181,20 +3181,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
5-19T12
:12:
19
+00:00"
"time": "2021-0
6-01T07
:12:
08
+00:00"
},
},
{
{
"name": "symfony/mime",
"name": "symfony/mime",
"version": "v5.
2.9
",
"version": "v5.
3.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/mime.git",
"url": "https://github.com/symfony/mime.git",
"reference": "
64258e870f8cc75c3dae986201ea2df58c210b
52"
"reference": "
ed710d297b181f6a7194d8172c9c2423d58e48
52"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/
64258e870f8cc75c3dae986201ea2df58c210b
52",
"url": "https://api.github.com/repos/symfony/mime/zipball/
ed710d297b181f6a7194d8172c9c2423d58e48
52",
"reference": "
64258e870f8cc75c3dae986201ea2df58c210b
52",
"reference": "
ed710d297b181f6a7194d8172c9c2423d58e48
52",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3248,7 +3248,7 @@
...
@@ -3248,7 +3248,7 @@
"mime-type"
"mime-type"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/mime/tree/v5.
2.9
"
"source": "https://github.com/symfony/mime/tree/v5.
3.0
"
},
},
"funding": [
"funding": [
{
{
...
@@ -3264,7 +3264,7 @@
...
@@ -3264,7 +3264,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
1
6T1
3:07:46
+00:00"
"time": "2021-05-
2
6T1
7:43:10
+00:00"
},
},
{
{
"name": "symfony/polyfill-ctype",
"name": "symfony/polyfill-ctype",
...
@@ -3916,16 +3916,16 @@
...
@@ -3916,16 +3916,16 @@
},
},
{
{
"name": "symfony/process",
"name": "symfony/process",
"version": "v4.4.2
2
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/process.git",
"url": "https://github.com/symfony/process.git",
"reference": "
f5481b22729d465acb1cea3455fc04ce84b0148b
"
"reference": "
cd61e6dd273975c6625316de9d141ebd197f93c9
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/
f5481b22729d465acb1cea3455fc04ce84b0148b
",
"url": "https://api.github.com/repos/symfony/process/zipball/
cd61e6dd273975c6625316de9d141ebd197f93c9
",
"reference": "
f5481b22729d465acb1cea3455fc04ce84b0148b
",
"reference": "
cd61e6dd273975c6625316de9d141ebd197f93c9
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3957,7 +3957,7 @@
...
@@ -3957,7 +3957,7 @@
"description": "Executes commands in sub-processes",
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/process/tree/v4.4.2
2
"
"source": "https://github.com/symfony/process/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -3973,20 +3973,20 @@
...
@@ -3973,20 +3973,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
4-07
T1
6
:2
2:29
+00:00"
"time": "2021-0
5-26
T1
1
:2
0:16
+00:00"
},
},
{
{
"name": "symfony/routing",
"name": "symfony/routing",
"version": "v4.4.2
4
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/routing.git",
"url": "https://github.com/symfony/routing.git",
"reference": "
b42c3631fd9e3511610afb2ba081ea7e38d9fa38
"
"reference": "
3a3c2f197ad0846ac6413225fc78868ba1c61434
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/
b42c3631fd9e3511610afb2ba081ea7e38d9fa38
",
"url": "https://api.github.com/repos/symfony/routing/zipball/
3a3c2f197ad0846ac6413225fc78868ba1c61434
",
"reference": "
b42c3631fd9e3511610afb2ba081ea7e38d9fa38
",
"reference": "
3a3c2f197ad0846ac6413225fc78868ba1c61434
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4045,7 +4045,7 @@
...
@@ -4045,7 +4045,7 @@
"url"
"url"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/routing/tree/v4.4.2
4
"
"source": "https://github.com/symfony/routing/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4061,7 +4061,7 @@
...
@@ -4061,7 +4061,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
1
6T
09:52:4
7+00:00"
"time": "2021-05-
2
6T
17:39:3
7+00:00"
},
},
{
{
"name": "symfony/service-contracts",
"name": "symfony/service-contracts",
...
@@ -4144,16 +4144,16 @@
...
@@ -4144,16 +4144,16 @@
},
},
{
{
"name": "symfony/translation",
"name": "symfony/translation",
"version": "v4.4.2
4
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/translation.git",
"url": "https://github.com/symfony/translation.git",
"reference": "
424d29dfcc15575af05196de0100d7b52f650602
"
"reference": "
dfe132c5c6d89f90ce7f961742cc532e9ca16dd4
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/
424d29dfcc15575af05196de0100d7b52f650602
",
"url": "https://api.github.com/repos/symfony/translation/zipball/
dfe132c5c6d89f90ce7f961742cc532e9ca16dd4
",
"reference": "
424d29dfcc15575af05196de0100d7b52f650602
",
"reference": "
dfe132c5c6d89f90ce7f961742cc532e9ca16dd4
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4212,7 +4212,7 @@
...
@@ -4212,7 +4212,7 @@
"description": "Provides tools to internationalize your application",
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/translation/tree/v4.4.2
4
"
"source": "https://github.com/symfony/translation/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4228,7 +4228,7 @@
...
@@ -4228,7 +4228,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-
1
6T
09:52:4
7+00:00"
"time": "2021-05-
2
6T
17:39:3
7+00:00"
},
},
{
{
"name": "symfony/translation-contracts",
"name": "symfony/translation-contracts",
...
@@ -4310,16 +4310,16 @@
...
@@ -4310,16 +4310,16 @@
},
},
{
{
"name": "symfony/var-dumper",
"name": "symfony/var-dumper",
"version": "v4.4.2
2
",
"version": "v4.4.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "
c194bcedde6295f3ec3e9eba1f5d484ea97c41a7
"
"reference": "
31ea689a8e7d2410016b0d25fc15a1ba05a6e2e0
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
c194bcedde6295f3ec3e9eba1f5d484ea97c41a7
",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
31ea689a8e7d2410016b0d25fc15a1ba05a6e2e0
",
"reference": "
c194bcedde6295f3ec3e9eba1f5d484ea97c41a7
",
"reference": "
31ea689a8e7d2410016b0d25fc15a1ba05a6e2e0
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4379,7 +4379,7 @@
...
@@ -4379,7 +4379,7 @@
"dump"
"dump"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v4.4.2
2
"
"source": "https://github.com/symfony/var-dumper/tree/v4.4.2
5
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4395,7 +4395,7 @@
...
@@ -4395,7 +4395,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
4-19T13:36:17
+00:00"
"time": "2021-0
5-27T09:48:32
+00:00"
},
},
{
{
"name": "thiagocfn/inscricaoestadual",
"name": "thiagocfn/inscricaoestadual",
...
@@ -4645,16 +4645,16 @@
...
@@ -4645,16 +4645,16 @@
},
},
{
{
"name": "facade/flare-client-php",
"name": "facade/flare-client-php",
"version": "1.8.
0
",
"version": "1.8.
1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/facade/flare-client-php.git",
"url": "https://github.com/facade/flare-client-php.git",
"reference": "
69742118c037f34ee1ef86dc605be4a105d9e984
"
"reference": "
47b639dc02bcfdfc4ebb83de703856fa01e35f5f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/
69742118c037f34ee1ef86dc605be4a105d9e984
",
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/
47b639dc02bcfdfc4ebb83de703856fa01e35f5f
",
"reference": "
69742118c037f34ee1ef86dc605be4a105d9e984
",
"reference": "
47b639dc02bcfdfc4ebb83de703856fa01e35f5f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4698,7 +4698,7 @@
...
@@ -4698,7 +4698,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/facade/flare-client-php/issues",
"issues": "https://github.com/facade/flare-client-php/issues",
"source": "https://github.com/facade/flare-client-php/tree/1.8.
0
"
"source": "https://github.com/facade/flare-client-php/tree/1.8.
1
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4706,7 +4706,7 @@
...
@@ -4706,7 +4706,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2021-0
4
-3
0
T1
1:11:50
+00:00"
"time": "2021-0
5
-3
1
T1
9:23:29
+00:00"
},
},
{
{
"name": "facade/ignition",
"name": "facade/ignition",
...
@@ -4839,16 +4839,16 @@
...
@@ -4839,16 +4839,16 @@
},
},
{
{
"name": "filp/whoops",
"name": "filp/whoops",
"version": "2.1
2.1
",
"version": "2.1
3.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/filp/whoops.git",
"url": "https://github.com/filp/whoops.git",
"reference": "
c13c0be93cff50f88bbd70827d993026821914dd
"
"reference": "
2edbc73a4687d9085c8f20f398eebade844e8424
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/
c13c0be93cff50f88bbd70827d993026821914dd
",
"url": "https://api.github.com/repos/filp/whoops/zipball/
2edbc73a4687d9085c8f20f398eebade844e8424
",
"reference": "
c13c0be93cff50f88bbd70827d993026821914dd
",
"reference": "
2edbc73a4687d9085c8f20f398eebade844e8424
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4898,7 +4898,7 @@
...
@@ -4898,7 +4898,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/filp/whoops/issues",
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.1
2.1
"
"source": "https://github.com/filp/whoops/tree/2.1
3.0
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4906,7 +4906,7 @@
...
@@ -4906,7 +4906,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2021-0
4-25
T12:00:00+00:00"
"time": "2021-0
6-04
T12:00:00+00:00"
},
},
{
{
"name": "fzaninotto/faker",
"name": "fzaninotto/faker",
...
@@ -5961,16 +5961,16 @@
...
@@ -5961,16 +5961,16 @@
},
},
{
{
"name": "phpunit/phpunit",
"name": "phpunit/phpunit",
"version": "8.5.1
5
",
"version": "8.5.1
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "
038d4196d8e8cb405cd5e82cedfe413ad6eef9ef
"
"reference": "
cc66f2fc61296be66c99931a862200e7456b9a01
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
038d4196d8e8cb405cd5e82cedfe413ad6eef9ef
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
cc66f2fc61296be66c99931a862200e7456b9a01
",
"reference": "
038d4196d8e8cb405cd5e82cedfe413ad6eef9ef
",
"reference": "
cc66f2fc61296be66c99931a862200e7456b9a01
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6042,7 +6042,7 @@
...
@@ -6042,7 +6042,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.1
5
"
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.1
6
"
},
},
"funding": [
"funding": [
{
{
...
@@ -6054,7 +6054,7 @@
...
@@ -6054,7 +6054,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2021-0
3-17T07:27:54
+00:00"
"time": "2021-0
6-05T04:46:20
+00:00"
},
},
{
{
"name": "scrivo/highlight.php",
"name": "scrivo/highlight.php",
...
@@ -6979,5 +6979,5 @@
...
@@ -6979,5 +6979,5 @@
"php": "^7.2"
"php": "^7.2"
},
},
"platform-dev": [],
"platform-dev": [],
"plugin-api-version": "2.
1
.0"
"plugin-api-version": "2.
0
.0"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment