File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://getcomposer.org/schema.json" ,
3
3
"autoload" : {
4
- "files" : [
5
- " src/Core.php" ,
6
- " src/Client.php"
7
- ],
4
+ "files" : [" src/Core.php" , " src/Client.php" ],
8
5
"psr-4" : {
9
6
"Scrapegraphai\\ " : " src/"
10
7
}
26
23
"preferred-install" : " dist" ,
27
24
"sort-packages" : true
28
25
},
29
- "license" : " APACHE-2.0" ,
30
26
"description" : " Scrapegraphai PHP SDK" ,
27
+ "license" : " APACHE-2.0" ,
31
28
"name" : " org-placeholder/scrapegraphai" ,
32
29
"require" : {
33
30
"php" : " ^8.1" ,
34
31
"php-http/discovery" : " ^1" ,
35
- "php-http/multipart-stream-builder" : " ^1" ,
36
32
"psr/http-client" : " ^1" ,
37
33
"psr/http-client-implementation" : " ^1" ,
38
34
"psr/http-factory-implementation" : " ^1" ,
Original file line number Diff line number Diff line change @@ -203,8 +203,6 @@ public function jsonSerialize(): array
203
203
}
204
204
205
205
/**
206
- * @internal
207
- *
208
206
* @param array<string, mixed> $data
209
207
*/
210
208
public static function fromArray (array $ data ): self
Original file line number Diff line number Diff line change 10
10
use Scrapegraphai \Core \Conversion \Contracts \ConverterSource ;
11
11
12
12
/**
13
+ * @internal
14
+ *
13
15
* @template TInner
14
16
*
15
17
* @extends \IteratorAggregate<int, TInner>
Original file line number Diff line number Diff line change 9
9
use Scrapegraphai \Core \Conversion \Contracts \Converter ;
10
10
use Scrapegraphai \Core \Conversion \Contracts \ConverterSource ;
11
11
12
+ /**
13
+ * @internal
14
+ */
12
15
final class UnionOf implements Converter
13
16
{
14
17
/**
You can’t perform that action at this time.
0 commit comments