Skip to content

Commit

Permalink
Merge pull request #8 from ItinerisLtd/add-vendor-folder
Browse files Browse the repository at this point in the history
add vendor folder
  • Loading branch information
danlapteacru authored Nov 11, 2022
2 parents a51bfc8 + 11afb75 commit 0413ab5
Show file tree
Hide file tree
Showing 15 changed files with 1,675 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/*.php -export-ignore
/src -export-ignore
/resources -export-ignore
/vendor -export-ignore
/composer.json -export-ignore
/composer.lock -export-ignore
/LICENSE -export-ignore
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
### Composer ###
/vendor/

### IDE ###
/.idea/
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"require": {
"php": "^7.4|^8.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
Expand All @@ -47,5 +44,10 @@
"psr-4": {
"Itineris\\PageAsPostTypeArchive\\": "src/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit2b10ff7ffafcd3b1fab69e32974d3490::getLoader();
Loading

0 comments on commit 0413ab5

Please sign in to comment.