Skip to content

Commit

Permalink
Merge pull request #49 from gsteel/cleanup-dotfiles
Browse files Browse the repository at this point in the history
Clean up dot files, stop ignoring platform requirements on 8.2
  • Loading branch information
gsteel authored Jul 11, 2023
2 parents 2d4ce38 + 73e38d8 commit 758604b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/.laminas-ci/ export-ignore
/.laminas-ci.json export-ignore
/composer.lock export-ignore
/psalm.xml.dist export-ignore
/psalm-baseline.xml export-ignore
4 changes: 1 addition & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"pdo-sqlite",
"sqlite3"
],
"ignore_php_platform_requirements": {
"8.2": true
}
"ignore_php_platform_requirements": {}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# laminas-authentication

[![Build Status](https://travis-ci.com/laminas/laminas-authentication.svg?branch=master)](https://travis-ci.com/laminas/laminas-authentication)
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-authentication/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-authentication?branch=master)
[![Continuous Integration](https://github.com/laminas/laminas-authentication/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laminas/laminas-authentication/actions/workflows/continuous-integration.yml)
[![Type Coverage](https://shepherd.dev/github/laminas/laminas-authentication/coverage.svg)](https://shepherd.dev/github/laminas/laminas-authentication)

> ## 🇷🇺 Русским гражданам
>
Expand Down

0 comments on commit 758604b

Please sign in to comment.