-
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 backend code and python code (issue #3)
- Loading branch information
Showing
3,576 changed files
with
319,431 additions
and
88 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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
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,20 @@ | ||
{ | ||
"name": "phpunit/project", | ||
"require-dev": { | ||
"phpunit/phpunit": "^10.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phpunit\\Project\\": "src/" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Patton", | ||
"email": "pyin@wesleyan.edu" | ||
} | ||
], | ||
"require": { | ||
"guzzlehttp/guzzle": "^7.8" | ||
} | ||
} |
Oops, something went wrong.