-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added JSONPlus and newer version of deverm-router and more
- Loading branch information
1 parent
932b1d1
commit 42de559
Showing
25 changed files
with
26 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
/testing | ||
/modules | ||
/uppm.locks.json | ||
/uppm.locks.json | ||
vendor | ||
.idea | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
{ | ||
"name": "interaapps/ulole", | ||
"type": "library", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"authors": [ | ||
{ | ||
"name": "JulianFun123", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.0.0", | ||
"interaapps/uloleorm": "^2.0" | ||
"php": ">=8.0.0", | ||
"interaapps/uloleorm": "2.0.1", | ||
"interaapps/jsonplus": "1.0.0", | ||
"interaapps/deverm": "5.0.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"de\\interaapps\\ulole\\core\\": "./de/interaapps/ulole/core" | ||
"de\\interaapps\\ulole\\core\\": "src/main/de/interaapps/ulole/core" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"name": "ulole", | ||
"version": "3.0.5", | ||
"description": "", | ||
"author": "", | ||
"keywords": [ | ||
"" | ||
], | ||
"modules": {}, | ||
"namespaces": {}, | ||
"namespace_bindings": { | ||
"de\\interaapps\\ulole\\core": "de/interaapps/ulole/core" | ||
"name": "ulole-core", | ||
"version": "3.0.6", | ||
"repositories": [], | ||
"run": {}, | ||
"build": {}, | ||
"serve": {}, | ||
"modules": { | ||
"interaapps\/jsonplus": "1.0.0", | ||
"uloleorm": "2.0.1", | ||
"deverm": "5.0.2" | ||
}, | ||
"namespaceBindings": { | ||
"de\\interaapps\\ulole\\core": "src/main/de\/interaapps\/ulole\/core" | ||
} | ||
} | ||
} |