Skip to content

Commit 62171d1

Browse files
committed
Replace speccy with spectral
1 parent 1acf1f5 commit 62171d1

File tree

5 files changed

+1569
-1383
lines changed

5 files changed

+1569
-1383
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,3 @@ Professional support, consulting as well as software development services are av
332332
https://www.cebe.cc/en/contact
333333

334334
Development of this library is sponsored by [cebe.:cloud: "Your Professional Deployment Platform"](https://cebe.cloud).
335-

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ services:
1616
- PHP_IDE_CONFIG="serverName=Docker"
1717
tty: true
1818
node:
19-
image: node:12
19+
image: node:20.17
2020
volumes:
2121
- .:/app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"speccy": "^0.11.0"
3+
"@stoplight/spectral-cli": "^6.15.0"
44
}
55
}

spectral.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: ["spectral:oas"]

0 commit comments

Comments
 (0)