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 11{
22 "$schema" : " https://getcomposer.org/schema.json" ,
33 "autoload" : {
4- "files" : [
5- " src/Core.php" ,
6- " src/Client.php"
7- ],
4+ "files" : [" src/Core.php" , " src/Client.php" ],
85 "psr-4" : {
96 "CasParser\\ " : " src/"
107 }
2623 "preferred-install" : " dist" ,
2724 "sort-packages" : true
2825 },
29- "license" : " APACHE-2.0" ,
3026 "description" : " Cas Parser PHP SDK" ,
27+ "license" : " APACHE-2.0" ,
3128 "name" : " org-placeholder/cas-parser" ,
3229 "require" : {
3330 "php" : " ^8.1" ,
3431 "php-http/discovery" : " ^1" ,
35- "php-http/multipart-stream-builder" : " ^1" ,
3632 "psr/http-client" : " ^1" ,
3733 "psr/http-client-implementation" : " ^1" ,
3834 "psr/http-factory-implementation" : " ^1" ,
Original file line number Diff line number Diff line change @@ -203,8 +203,6 @@ public function jsonSerialize(): array
203203 }
204204
205205 /**
206- * @internal
207- *
208206 * @param array<string, mixed> $data
209207 */
210208 public static function fromArray (array $ data ): self
Original file line number Diff line number Diff line change 1010use Psr \Http \Message \ResponseInterface ;
1111
1212/**
13+ * @internal
14+ *
1315 * @template TInner
1416 *
1517 * @extends \IteratorAggregate<int, TInner>
Original file line number Diff line number Diff line change 99use CasParser \Core \Conversion \Contracts \Converter ;
1010use CasParser \Core \Conversion \Contracts \ConverterSource ;
1111
12+ /**
13+ * @internal
14+ */
1215final class UnionOf implements Converter
1316{
1417 /**
You can’t perform that action at this time.
0 commit comments