Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Feb 1, 2021
1 parent 24440aa commit c6833d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@
"require-dev": {
"orchestra/testbench": "^3.0|^3.1|^3.2|^3.3|^3.4|^3.5|^3.6|^3.7|^3.8|^4|^5|^6.7",
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
},
"extra": {
"laravel": {
"providers": [
"Gabeta\\LaraPnn\\laraPnnServiceProvider"
],
"aliases": {
"LaraPnn": "Gabeta\\LaraPnn\\Facades\\LaraPnn"
}
}
}
}

0 comments on commit c6833d0

Please sign in to comment.