Skip to content

Commit

Permalink
Package name change, dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-pejic committed Apr 20, 2024
1 parent bb4b222 commit 3c20373
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "vladimir-pejic/picophp",
"description": "PicoPHP - Lightweight PHP framework heavily inspired by Laravel but not 0.01% as good, but whatever",
"name": "picophp/picophp",
"description": "PicoPHP - Lightweight PHP framework heavily inspired by Laravel but not 0.01% as good. Whatever...",
"type": "library",
"license": "MIT",
"require": {
"vlucas/phpdotenv": "^5.6",
"vladimir-pejic/picophp-core": "^0.2.1"
"picophp/core": "^0.2.2",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
Expand Down
86 changes: 43 additions & 43 deletions composer.lock

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

0 comments on commit 3c20373

Please sign in to comment.