Skip to content

Commit 283fe90

Browse files
committed
update repo metadata
1 parent ef153f2 commit 283fe90

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ modethirteen.php
22
Copyright 2020 James Andrew Vaughn <[email protected]> (https://modethirteen.com)
33

44
This project includes software developed at MindTouch, Inc. <[email protected]> (https://mindtouch.com)
5-
Copyright (C) 2006-2018 MindTouch, Inc.
5+
Copyright (C) 2006-2020 MindTouch, Inc.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# modethirteen.php
2-
A collection of useful utilities and extensions for PHP
1+
# TypeExtensions
2+
3+
A collection of useful behavior extensions for PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modethirteen/modethirteen.php",
3-
"description": "A collection of useful utilities and extensions for PHP",
3+
"description": "A collection of useful behavior extensions for PHP",
44
"type": "library",
55
"license": "Apache-2.0",
66
"authors" : [

phpstan.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
parameters:
2+
bootstrapFiles:
3+
- %currentWorkingDirectory%/_bootstrap.php
4+
level: 7
5+
paths:
6+
- src

0 commit comments

Comments
 (0)