File tree 1 file changed +26
-26
lines changed
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mepihindeveloper/php-headers" ,
3
- "description" : " Component for working with headers" ,
4
- "type" : " library" ,
5
- "license" : " MIT" ,
6
- "keywords" : [
7
- " component" ,
8
- " class" ,
9
- " php" ,
10
- " headers"
11
- ],
12
- "authors" : [
13
- {
14
- "name" : " mepihindeveloper" ,
15
-
16
- }
17
- ],
18
- "require" : {
19
- "php" : " >=7.4"
20
- },
21
- "autoload" : {
22
- "psr-4" : {
23
- "mepihindeveloper\\ components\\ " : " src/"
24
- }
25
- },
26
- "minimum-stability" : " dev" ,
27
- "prefer-stable" : true
2
+ "name" : " mepihindeveloper/php-headers" ,
3
+ "description" : " Component for working with headers" ,
4
+ "type" : " library" ,
5
+ "license" : " MIT" ,
6
+ "keywords" : [
7
+ " component" ,
8
+ " class" ,
9
+ " php" ,
10
+ " headers"
11
+ ],
12
+ "authors" : [
13
+ {
14
+ "name" : " mepihindeveloper" ,
15
+
16
+ }
17
+ ],
18
+ "require" : {
19
+ "php" : " >=7.4"
20
+ },
21
+ "autoload" : {
22
+ "psr-4" : {
23
+ "mepihindeveloper\\ components\\ " : " src/"
24
+ }
25
+ },
26
+ "minimum-stability" : " dev" ,
27
+ "prefer-stable" : true
28
28
}
You can’t perform that action at this time.
0 commit comments