From 3cb9a5e0be941ec4e7e8d66f0f6c5066d2c94539 Mon Sep 17 00:00:00 2001 From: Pieter Oliver Date: Mon, 9 Jun 2025 19:58:37 +0100 Subject: [PATCH 1/2] Off the back of #105 remove travis badge Save some requests --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb4441fc..ecc590d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Latest Stable Version](https://poser.pugx.org/league/openapi-psr7-validator/v/stable)](https://packagist.org/packages/league/openapi-psr7-validator) -[![Build Status](https://travis-ci.org/thephpleague/openapi-psr7-validator.svg?branch=master)](https://travis-ci.org/thephpleague/openapi-psr7-validator) [![License](https://poser.pugx.org/league/openapi-psr7-validator/license)](https://packagist.org/packages/lezhnev74/openapi-psr7-validator) ![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg) From 20610dfaa1bfaa1afe95b8b726f69bab3868f281 Mon Sep 17 00:00:00 2001 From: Pieter Oliver Date: Mon, 9 Jun 2025 20:04:00 +0100 Subject: [PATCH 2/2] Add gitattributes to reduce installed vendor size --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ae12e912 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.githooks export-ignore +/.github export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpcs.xml export-ignore +phpstan.neon export-ignore +phpunit.xml export-ignore