https://github.com/ttskch/api-platform-core-6485
https://github.com/ttskch/api-platform-core-6485
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttskch/api-platform-core-6485
- Owner: ttskch
- License: mit
- Created: 2024-07-21T13:06:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T15:47:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T12:24:03.583Z (over 1 year ago)
- Language: PHP
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api-platform-core-6485
## What's this?
This is an example repository for [api-platform/core#6485](https://github.com/api-platform/core/pull/6485).
## Installation
```shell
$ git clone git@github.com:ttskch/api-platform-core-6485.git
$ cd api-platform-core-6485
$ composer install
```
## Usage
```shell
$ git checkout c46bd8d # test: 💍 reproduce the test failure with `assertMatchesResourceItemJsonSchema()`
$ composer test # fail
$ git checkout 474feef # feat: 🎸 update api-platform-core
$ composer test # pass
```