# composer-tests **Repository Path**: zenglingchuan_admin/composer-tests ## Basic Information - **Project Name**: composer-tests - **Description**: composer包 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-13 - **Last Updated**: 2022-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 这是一个composer包制作demo ## 报错处理 错误描述 ```text Reading composer.json of develop/test (v1.0.0) Importing tag v1.0.0 (1.0.0.0) Reading composer.json of develop/test (master) Importing branch master (dev-master) Skipped branch master, Invalid package information: License "Apache" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license. If the software is closed-source, you may use "proprietary" as license. ``` composer.json中修改 ```php "license": "Apache-2.0", ```