Skip to content

Commit

Permalink
updating composer
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Aug 13, 2024
1 parent 3ed442b commit 8d02e38
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 214 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"high load",
"mvc"
],
"version": "5.8.0",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down Expand Up @@ -76,6 +77,11 @@
"Phalcon\\Tests\\Database\\": "tests/database/",
"Phalcon\\Tests\\Controllers\\": "tests/_data/fixtures/controllers/",
"Phalcon\\Tests\\Fixtures\\": "tests/_data/fixtures/",
"Phalcon\\Tests\\Modules\\Frontend\\": "tests/_data/fixtures/modules/frontend/",
"Phalcon\\Tests\\Modules\\Backend\\": "tests/_data/fixtures//modules/backend/",
"Phalcon\\Tests\\Modules\\Frontend\\Controllers\\": "tests/_data/fixtures/modules/frontend/controllers/",
"Phalcon\\Tests\\Modules\\Backend\\Controllers\\": "tests/_data/fixtures//modules/backend/controllers/",
"Phalcon\\Tests\\Modules\\Backend\\Tasks\\": "tests/_data/fixtures//modules/backend/tasks/",
"Phalcon\\Tests\\Models\\": "tests/_data/fixtures/models/",
"Phalcon\\Tests\\Module\\": "tests/_support/Module/",
"Phalcon\\Tests\\Listener\\": "tests/_data/listener/",
Expand Down
Loading

0 comments on commit 8d02e38

Please sign in to comment.