forked from pacificsec/cpe
-
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.
Merge pull request pacificsec#1 from godsgood33/master
Problem with autoloader
- Loading branch information
Showing
10 changed files
with
29 additions
and
60 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/.settings/ | ||
/.buildpath | ||
/.project | ||
/vendor/ | ||
/composer.lock |
This file was deleted.
Oops, something went wrong.
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,22 +1,26 @@ | ||
{ | ||
"name": "pacificsec/cpe", | ||
"type": "library", | ||
"description": "CPE: Common Platform Enumeration for PHP", | ||
"keywords": ["cpe", "cve", "security", "pacificsec"], | ||
"homepage": "https://github.com/pacificsec/cpe", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Antonio Franco", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"PacificSec\\CPE\\": "." | ||
} | ||
} | ||
"name" : "pacificsec/cpe", | ||
"type" : "library", | ||
"description" : "CPE: Common Platform Enumeration for PHP", | ||
"keywords" : [ | ||
"cpe", | ||
"cve", | ||
"security", | ||
"pacificsec" | ||
], | ||
"homepage" : "https://github.com/pacificsec/cpe", | ||
"license" : "MIT", | ||
"authors" : [{ | ||
"name" : "Antonio Franco", | ||
"email" : "[email protected]" | ||
} | ||
], | ||
"require" : { | ||
"php" : ">=5.3.0" | ||
}, | ||
"autoload" : { | ||
"psr-4" : { | ||
"PacificSec\\CPE\\" : "src" | ||
} | ||
} | ||
} |
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.