Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Abandon package
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	composer.json
  • Loading branch information
apfelbox committed Apr 30, 2024
1 parent 2b019f0 commit c6ca9a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Code Style for PHP
==================

> 📚 [**Read the docs**](https://21torr-docs.pages.dev/docs/php/tooling/php-cs/)
> 🚨 This package is deprecated.
>
> Please use [`21torr/janus`](https://packagist.org/packages/21torr/janus) instead.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "21torr/php-cs",
"type": "lib",
"description": "Code style, encoded as rules for common tools.",
"homepage": "https://github.com/21TORR/php-cs",
"license": "BSD-3-Clause",
"type": "lib",
"abandoned": "21torr/janus",
"authors": [
{
"name": "21TORR",
"homepage": "https://www.21torr.com/"
}
],
"homepage": "https://github.com/21TORR/php-cs",
"require": {
"php": "^8.0",
"ext-json": "*",
Expand All @@ -25,6 +26,10 @@
"roave/security-advisories": "dev-latest"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
},
"sort-packages": true
}
}

0 comments on commit c6ca9a7

Please sign in to comment.