Skip to content

Commit cf293be

Browse files
committed
chore: cleanup, maintenance, fixes
1 parent 01ef998 commit cf293be

File tree

18 files changed

+25
-233
lines changed

18 files changed

+25
-233
lines changed

.envrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
use flake github:loophp/nix-auto-changelog
2+
use flake github:loophp/nix-shell#env-php83 --impure
3+

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
github: drupol
2-
custom: ["https://www.paypal.me/drupol"]

.github/workflows/mutation-tests.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.scrutinizer.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021-2022 Pol Dellaiera
3+
Copyright (c) 2021-2024 Pol Dellaiera
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
[![Latest Stable Version][latest stable version]][1]
22
[![GitHub stars][github stars]][1]
33
[![Total Downloads][total downloads]][1]
4-
[![GitHub Workflow Status][github workflow status]][2]
5-
[![Scrutinizer code quality][code quality]][3]
6-
[![Type Coverage][type coverage]][4]
7-
[![Code Coverage][code coverage]][3]
84
[![License][license]][1]
95
[![Donate!][donate github]][5]
10-
[![Donate!][donate paypal]][6]
116

127
# PSR HTTP Message Bridge Bundle
138

composer.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818
],
1919
"homepage": "http://github.com/loophp/psr-http-message-bridge-bundle",
2020
"require": {
21-
"php": ">= 8.2",
22-
"symfony/psr-http-message-bridge": "^7.1"
21+
"php": ">= 8.1",
22+
"symfony/psr-http-message-bridge": "^6.4 || ^7"
2323
},
2424
"require-dev": {
25-
"drupol/php-conventions": "^5",
25+
"ext-pcov": "*",
26+
"drupol/php-conventions": "^6",
2627
"friends-of-phpspec/phpspec-code-coverage": "^6",
27-
"infection/infection": "^0.29",
28-
"infection/phpspec-adapter": "^0.2.0",
29-
"phpspec/phpspec": "^7.1",
30-
"symfony/framework-bundle": "^6.0",
31-
"symfony/http-kernel": "^6.0.0"
28+
"phpspec/phpspec": "^7",
29+
"symfony/framework-bundle": "^6.4 || ^7",
30+
"symfony/http-kernel": "^6.4 || ^7"
3231
},
3332
"autoload": {
3433
"psr-4": {
@@ -37,15 +36,15 @@
3736
},
3837
"config": {
3938
"allow-plugins": {
39+
"ergebnis/composer-normalize": true,
4040
"infection/extension-installer": true,
41-
"phpstan/extension-installer": true,
4241
"phpro/grumphp": true,
43-
"ergebnis/composer-normalize": true
42+
"phpstan/extension-installer": true
4443
}
4544
},
4645
"scripts": {
47-
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
48-
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
46+
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
47+
"changelog-version": "auto-changelog -c .auto-changelog -v",
4948
"grumphp": "./vendor/bin/grumphp run",
5049
"phpspec": "./vendor/bin/phpspec run"
5150
}

docker-compose.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

docker/auto-changelog/Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)