You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,20 +118,3 @@ try {
118
118
* If you specify a stored template and also provide inline content via `html` or `text`, you will receive an error.
119
119
* By default, open and click tracking are enabled for a transmission.
120
120
* By default, a transmission will use the published version of a stored template.
121
-
122
-
## Development
123
-
124
-
### Setup
125
-
Run `composer install` inside the directory to install dependecies and development tools.
126
-
127
-
### Testing
128
-
Once all the dependencies are installed, you can execute the unit tests using:
129
-
```
130
-
composer test
131
-
```
132
-
133
-
### Contributing
134
-
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
135
-
2. Fork [the repository](http://github.com/SparkPost/php-sparkpost) on GitHub to start making your changes to the **master** branch (or branch off of it).
136
-
3. Write a test which shows that the bug was fixed or that the feature works as expected.
137
-
4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS](https://github.com/SparkPost/php-sparkpost/blob/master/AUTHORS.md).
0 commit comments