From 303733fd5afae5fc711452b4a0f62aced6166a96 Mon Sep 17 00:00:00 2001
From: Marcos Passos
-
-
+
+
-
+
📦 Releases
@@ -60,8 +60,6 @@ Then, to run all tests:
composer test
```
-## Copyright Notice
+## License
-Copyright © 2015-2020 Croct Limited, All Rights Reserved.
-
-All information contained herein is, and remains the property of Croct Limited. The intellectual, design and technical concepts contained herein are proprietary to Croct Limited s and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Croct Limited.
+This library is licensed under the [MIT license](LICENSE).
diff --git a/composer.json b/composer.json
index 3da6667..4103eea 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "croct/coding-standard",
"description": "A set of Code Sniffer rules applied to all Croct PHP projects.",
- "license": "proprietary",
+ "license": "MIT",
"type": "phpcodesniffer-standard",
"keywords": [
"croct",
@@ -17,6 +17,10 @@
}
],
"homepage": "https://github.com/croct-tech/coding-standard-php",
+ "support": {
+ "issues": "https://github.com/croct-tech/coding-standard-php/issues",
+ "source": "https://github.com/croct-tech/coding-standard-php"
+ },
"require": {
"php": "^8.5",
"slevomat/coding-standard": "^8.28",