Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ging-dev committed Jul 7, 2024
1 parent 52dafb8 commit ba26ead
Show file tree
Hide file tree
Showing 133 changed files with 30,829 additions and 128 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: static analysis

on:
push:
branches:
- main
pull_request:

permissions:
contents: read

jobs:
tests:
uses: laravel/.github/.github/workflows/static-analysis.yml@main
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vendor
tools
test.php
*.cache
*.txt
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@
"type": "library",
"license": "MIT",
"autoload": {
"classmap": ["src"]
"classmap": ["src"],
"files": ["src/functions.php"]
},
"authors": [
{
"name": "ging-dev",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php-http/httplug": "^2.4",
"php-http/client-common": "^2.7",
"nette/utils": "^4.0",
"league/object-mapper": "dev-main"
"eventsauce/object-hydrator": "^1.4",
"symfony/options-resolver": "^7.1"
},
"require-dev": {
"php-http/curl-client": "^2.3",
Expand Down
43 changes: 20 additions & 23 deletions composer.lock

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

Loading

0 comments on commit ba26ead

Please sign in to comment.