Skip to content

Commit

Permalink
updating composer
Browse files Browse the repository at this point in the history
Refs [#.0.x]
  • Loading branch information
niden committed Sep 25, 2021
1 parent 6b44028 commit 0380eea
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
"autoload-dev": {
"psr-4": {
"Zephir\\Optimizers\\FunctionCall\\": "optimizers/",
"Phalcon\\Test\\Unit\\": "tests/unit/",
"Phalcon\\Test\\Integration\\": "tests/integration/",
"Phalcon\\Test\\Database\\": "tests/database/",
"Phalcon\\Test\\Controllers\\": "tests/_data/fixtures/controllers/",
"Phalcon\\Test\\Fixtures\\": "tests/_data/fixtures/",
"Phalcon\\Test\\Models\\": "tests/_data/fixtures/models/",
"Phalcon\\Test\\Module\\": "tests/_support/Module/",
"Phalcon\\Test\\Listener\\": "tests/_data/listener/",
"Phalcon\\Test\\Db\\": "tests/_data/db/"
"Phalcon\\Tests\\Unit\\": "tests/unit/",
"Phalcon\\Tests\\Integration\\": "tests/integration/",
"Phalcon\\Tests\\Database\\": "tests/database/",
"Phalcon\\Tests\\Controllers\\": "tests/_data/fixtures/controllers/",
"Phalcon\\Tests\\Fixtures\\": "tests/_data/fixtures/",
"Phalcon\\Tests\\Models\\": "tests/_data/fixtures/models/",
"Phalcon\\Tests\\Module\\": "tests/_support/Module/",
"Phalcon\\Tests\\Listener\\": "tests/_data/listener/",
"Phalcon\\Tests\\Db\\": "tests/_data/db/"
}
},
"support": {
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0380eea

Please sign in to comment.