|
92 | 92 | <!-- Copy .xsd for config validation --> |
93 | 93 | <copy file="${basedir}/phpbu.xsd" tofile="${basedir}/build/phar/phpbu.xsd"/> |
94 | 94 |
|
95 | | - <!-- YANDEX --> |
96 | | - <copy file="${basedir}/vendor/arhitector/yandex/LICENSE.md" |
97 | | - tofile="${basedir}/build/phar/lib/arhitector/yandex/LICENSE"/> |
98 | | - <copy todir="${basedir}/build/phar/lib/arhitector/yandex"> |
99 | | - <fileset dir="${basedir}/vendor/arhitector/yandex/src"> |
100 | | - <include name="**/*.php"/> |
101 | | - </fileset> |
102 | | - </copy> |
103 | 95 |
|
104 | 96 | <!-- aws --> |
105 | 97 | <copy file="${basedir}/vendor/aws/aws-sdk-php/LICENSE" tofile="${basedir}/build/phar/lib/aws-sdk/LICENSE"/> |
|
291 | 283 | </fileset> |
292 | 284 | </copy> |
293 | 285 |
|
294 | | - <!-- clue --> |
295 | | - <copy file="${basedir}/vendor/clue/stream-filter/LICENSE" |
296 | | - tofile="${basedir}/build/phar/lib/stream-filter/LICENSE"/> |
297 | | - <copy todir="${basedir}/build/phar/lib/stream-filter"> |
298 | | - <fileset dir="${basedir}/vendor/clue/stream-filter/src"> |
299 | | - <include name="**/*.php"/> |
300 | | - </fileset> |
301 | | - </copy> |
302 | | - |
303 | 286 | <!-- google --> |
304 | 287 | <copy file="${basedir}/vendor/google/apiclient/LICENSE" |
305 | 288 | tofile="${basedir}/build/phar/lib/google/apiclient/LICENSE"/> |
|
444 | 427 | </fileset> |
445 | 428 | </copy> |
446 | 429 |
|
447 | | - <!-- laminas --> |
448 | | - <copy file="${basedir}/vendor/laminas/laminas-diactoros/LICENSE.md" |
449 | | - tofile="${basedir}/build/phar/lib/dropbox/LICENSE"/> |
450 | | - <copy todir="${basedir}/build/phar/lib/laminas/laminas-diactoros"> |
451 | | - <fileset dir="${basedir}/vendor/laminas/laminas-diactoros/src"> |
452 | | - <include name="**/*.php"/> |
453 | | - </fileset> |
454 | | - </copy> |
455 | | - |
456 | | - <!-- league --> |
457 | | - <copy file="${basedir}/vendor/league/event/LICENSE" |
458 | | - tofile="${basedir}/build/phar/lib/league/event/LICENSE"/> |
459 | | - <copy todir="${basedir}/build/phar/lib/league/event"> |
460 | | - <fileset dir="${basedir}/vendor/league/event/src"> |
461 | | - <include name="**/*.php"/> |
462 | | - </fileset> |
463 | | - </copy> |
464 | | - |
465 | 430 | <!-- ramsey --> |
466 | 431 | <copy file="${basedir}/vendor/ramsey/collection/LICENSE" |
467 | 432 | tofile="${basedir}/build/phar/lib/ramsey/collection/LICENSE"/> |
|
537 | 502 | </fileset> |
538 | 503 | </copy> |
539 | 504 |
|
540 | | - <!-- PHP-HTTP --> |
541 | | - <copy file="${basedir}/vendor/php-http/client-common/LICENSE" |
542 | | - tofile="${basedir}/build/phar/lib/php-http/client-common/LICENSE"/> |
543 | | - <copy todir="${basedir}/build/phar/lib/php-http/client-common"> |
544 | | - <fileset dir="${basedir}/vendor/php-http/client-common/src"> |
545 | | - <include name="**/*.php"/> |
546 | | - </fileset> |
547 | | - </copy> |
548 | | - <copy file="${basedir}/vendor/php-http/curl-client/LICENSE" |
549 | | - tofile="${basedir}/build/phar/lib/php-http/curl-client/LICENSE"/> |
550 | | - <copy todir="${basedir}/build/phar/lib/php-http/curl-client"> |
551 | | - <fileset dir="${basedir}/vendor/php-http/curl-client/src"> |
552 | | - <include name="**/*.php"/> |
553 | | - </fileset> |
554 | | - </copy> |
555 | | - <copy file="${basedir}/vendor/php-http/discovery/LICENSE" |
556 | | - tofile="${basedir}/build/phar/lib/php-http/discovery/LICENSE"/> |
557 | | - <copy todir="${basedir}/build/phar/lib/php-http/discovery"> |
558 | | - <fileset dir="${basedir}/vendor/php-http/discovery/src"> |
559 | | - <include name="**/*.php"/> |
560 | | - </fileset> |
561 | | - </copy> |
562 | | - <copy file="${basedir}/vendor/php-http/httplug/LICENSE" |
563 | | - tofile="${basedir}/build/phar/lib/php-http/httplug/LICENSE"/> |
564 | | - <copy todir="${basedir}/build/phar/lib/php-http/httplug"> |
565 | | - <fileset dir="${basedir}/vendor/php-http/httplug/src"> |
566 | | - <include name="**/*.php"/> |
567 | | - </fileset> |
568 | | - </copy> |
569 | | - <copy file="${basedir}/vendor/php-http/message/LICENSE" |
570 | | - tofile="${basedir}/build/phar/lib/php-http/message/LICENSE"/> |
571 | | - <copy todir="${basedir}/build/phar/lib/php-http/message"> |
572 | | - <fileset dir="${basedir}/vendor/php-http/message/src"> |
573 | | - <include name="**/*.php"/> |
574 | | - </fileset> |
575 | | - </copy> |
576 | | - <copy file="${basedir}/vendor/php-http/promise/LICENSE" |
577 | | - tofile="${basedir}/build/phar/lib/php-http/promise/LICENSE"/> |
578 | | - <copy todir="${basedir}/build/phar/lib/php-http/promise"> |
579 | | - <fileset dir="${basedir}/vendor/php-http/promise/src"> |
580 | | - <include name="**/*.php"/> |
581 | | - </fileset> |
582 | | - </copy> |
583 | | - |
584 | 505 | <!-- php-opencloud --> |
585 | 506 | <copy file="${basedir}/vendor/php-opencloud/openstack/LICENSE" |
586 | 507 | tofile="${basedir}/build/phar/lib/php-opencloud/openstack/LICENSE"/> |
|
712 | 633 | </copy> |
713 | 634 |
|
714 | 635 | <!-- symfony --> |
715 | | - <copy todir="${basedir}/build/phar/lib/symfony/"> |
716 | | - <fileset dir="${basedir}/vendor/symfony/"> |
| 636 | + <copy todir="${basedir}/build/phar/lib/symfony/deprecation-contracts"> |
| 637 | + <fileset dir="${basedir}/vendor/symfony/deprecation-contracts"> |
| 638 | + <include name="**/*.php"/> |
| 639 | + </fileset> |
| 640 | + </copy> |
| 641 | + <copy todir="${basedir}/build/phar/lib/symfony/filesystem"> |
| 642 | + <fileset dir="${basedir}/vendor/symfony/filesystem"> |
| 643 | + <include name="**/*.php"/> |
| 644 | + </fileset> |
| 645 | + </copy> |
| 646 | + <copy todir="${basedir}/build/phar/lib/symfony/polyfill-ctype"> |
| 647 | + <fileset dir="${basedir}/vendor/symfony/polyfill-ctype"> |
| 648 | + <include name="**/*.php"/> |
| 649 | + </fileset> |
| 650 | + </copy> |
| 651 | + <copy todir="${basedir}/build/phar/lib/symfony/polyfill-mbstring"> |
| 652 | + <fileset dir="${basedir}/vendor/symfony/polyfill-mbstring"> |
| 653 | + <include name="**/*.php"/> |
| 654 | + </fileset> |
| 655 | + </copy> |
| 656 | + <copy todir="${basedir}/build/phar/lib/symfony/polyfill-php80"> |
| 657 | + <fileset dir="${basedir}/vendor/symfony/polyfill-php80"> |
| 658 | + <include name="**/*.php"/> |
| 659 | + </fileset> |
| 660 | + </copy> |
| 661 | + <copy todir="${basedir}/build/phar/lib/symfony/process"> |
| 662 | + <fileset dir="${basedir}/vendor/symfony/process"> |
| 663 | + <include name="**/*.php"/> |
| 664 | + </fileset> |
| 665 | + </copy> |
| 666 | + |
| 667 | + <!-- enum --> |
| 668 | + <copy todir="${basedir}/build/phar/lib/marc-mabe/"> |
| 669 | + <fileset dir="${basedir}/vendor/marc-mabe/"> |
717 | 670 | <include name="**/*.php"/> |
718 | 671 | </fileset> |
719 | 672 | </copy> |
|
0 commit comments