Skip to content

Commit

Permalink
add tests, NIL rule, composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Charytoniuk committed Feb 21, 2018
1 parent e80104f commit 37fcc6a
Show file tree
Hide file tree
Showing 6 changed files with 3,387 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/vendor
/.idea
.DS_Store
composer.lock
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"library"
],
"require": {
"laravel/framework": "^5.5"
"laravel/framework": "^5.5",
"ramsey/uuid": "^3.7"
},
"license": "MIT",
"authors": [
Expand All @@ -23,5 +24,13 @@
"Rap2hpoutre\\UuidRule\\": "src/"
}
},
"minimum-stability": "stable"
"autoload-dev": {
"psr-4": {
"Rap2hpoutre\\UuidRule\\tests\\": "tests/"
}
},
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^7.0"
}
}
Loading

0 comments on commit 37fcc6a

Please sign in to comment.