Skip to content

Commit 79226c9

Browse files
committed
Full upgrade
1 parent 457238d commit 79226c9

39 files changed

+273
-1844
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bsadnu/php-exceptions",
3-
"description": "The helpful custom PHP exceptions",
3+
"description": "The helpful custom PHP exceptions and exception interfaces",
44
"keywords": ["PHP", "exception", "exceptions", "custom-exceptions"],
55
"type": "library",
66
"license": "MIT",
@@ -13,9 +13,6 @@
1313
"require": {
1414
"php": "^7.1"
1515
},
16-
"require-dev": {
17-
"phpunit/phpunit": "~4"
18-
},
1916
"autoload": {
2017
"psr-4": {
2118
"Bsadnu\\Exception\\": "src/"

0 commit comments

Comments
 (0)