File tree Expand file tree Collapse file tree 1 file changed +27
-26
lines changed Expand file tree Collapse file tree 1 file changed +27
-26
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " alancolant/laravel-pulse-graphql" ,
3- "description" : " Monitor your graphql query with a Laravel pulse Card" ,
4- "type" : " library" ,
5- "license" : " MIT" ,
6- "authors" : [
7- {
8- "name" : " COLANT Alan" ,
9- "email" : " contact@alancolant.com"
10- }
11- ],
12- "require" : {
13- "php" : " ^8.1" ,
14- "illuminate/support" : " *" ,
15- "laravel/pulse" : " ^1.0.0@beta"
16- },
17- "autoload" : {
18- "psr-4" : {
19- "Alancolant\\ PulseGraphql\\ " : " src/"
20- }
21- },
22- "extra" : {
23- "laravel" : {
24- "providers" : [
25- " Alancolant\\ PulseGraphql\\ PulseGraphqlServiceProvider"
26- ]
27- }
2+ "name" : " alancolant/laravel-pulse-graphql" ,
3+ "description" : " Monitor your graphql query with a Laravel pulse Card" ,
4+ "type" : " library" ,
5+ "license" : " MIT" ,
6+ "authors" : [
7+ {
8+ "name" : " COLANT Alan" ,
9+ "email" : " contact@alancolant.com"
2810 }
11+ ],
12+ "require" : {
13+ "php" : " ^8.1" ,
14+ "illuminate/support" : " *" ,
15+ "laravel/pulse" : " ^1.0.0@beta" ,
16+ "rebing/graphql-laravel" : " >=9.4.0"
17+ },
18+ "autoload" : {
19+ "psr-4" : {
20+ "Alancolant\\ PulseGraphql\\ " : " src/"
21+ }
22+ },
23+ "extra" : {
24+ "laravel" : {
25+ "providers" : [
26+ " Alancolant\\ PulseGraphql\\ PulseGraphqlServiceProvider"
27+ ]
28+ }
29+ }
2930}
You can’t perform that action at this time.
0 commit comments