Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
- name: Add GitHub to known hosts
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Add SSH key to agent
run: |
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ jobs:
php: [ '7.4', '8.0', '8.1', '8.2' ]
steps:
- uses: actions/checkout@v3
- name: Set up SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
- name: Add GitHub to known hosts
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Add SSH key to agent
run: |
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
- name: Clear composer cache
run: composer clear-cache
- uses: php-actions/composer@v6
Expand Down
23 changes: 22 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,32 @@ alex
standiford
socio
GIFs
GraphQL
macOS
MCP
SDK
runtime
Traceback
nodejs
npm
fediverse
readme
readme
backend
composable
Datastore
datastore
Datastores
DatastoreHasPrimaryKey
DatastoreHasWhere
getPublishedPosts
MyApp
namespace
PHPNomad
phpnomad
PostDatastore
PostDatastoreHandler
PostDatastoreInterface
txt
WithDatastoreDecorator
WithDatastorePrimaryKeyDecorator
WithDatastoreWhereDecorator
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "library",
"homepage": "https://github.com/phpnomad/core",
"readme": "README.md",
"version": "2.0.3",
"license": "MIT",
"scripts": {
"php-cs-fixer": "php-cs-fixer fix"
Expand All @@ -25,8 +24,15 @@
"email": "alex@standiford.us"
}
],
"require": {
"phpnomad/event": "^1.0"
},
"require-dev": {
"phpnomad/tests": "^0.1.0 || ^0.3.0"
"doctrine/instantiator": "^1.5",
"myclabs/deep-copy": ">=1.13.4 <1.14",
"phpnomad/tests": "^0.1.0 || ^0.3.0",
"phpunit/phpunit": "^9.6.33",
"symfony/process": "^5.4.51"
},
"config": {
"allow-plugins": {
Expand Down
Loading
Loading