Skip to content

Commit

Permalink
Get rid of one directory nesting level while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed May 29, 2018
1 parent e40e233 commit 37e3eea
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"prefer-stable": true,
"autoload": {
"files": ["src/functions.php"],
"psr-4": {"Pipeline\\": "src/Pipeline/"}
"psr-4": {"Pipeline\\": "src/"}
},
"autoload-dev": {
"psr-4": {"Tests\\Pipeline\\": "tests/Pipeline/"}
"psr-4": {"Tests\\Pipeline\\": "tests/"}
},
"require": {
"php": ">=7",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 37e3eea

Please sign in to comment.