Skip to content

Commit

Permalink
Merge pull request pacificsec#1 from godsgood33/master
Browse files Browse the repository at this point in the history
Problem with autoloader
  • Loading branch information
antoniomrfranco authored Jan 25, 2018
2 parents 7741676 + acdb3be commit 9b4f6bc
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 60 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.settings/
/.buildpath
/.project
/vendor/
/composer.lock
40 changes: 0 additions & 40 deletions autoload.php

This file was deleted.

44 changes: 24 additions & 20 deletions composer.json
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.

0 comments on commit 9b4f6bc

Please sign in to comment.