# Apitte is Nette 3.0 ready
After unhealthy bunch of work we are proudly announce that our favorite API library Apitte is Nette 3.0 ready.
Take a look at the changes:
- apitte/core - https://github.com/apitte/core/pull/111
- apitte/middlewares - https://github.com/apitte/middlewares/pull/9
- apitte/negotiation - https://github.com/apitte/negotiation/pull/16
- apitte/openapi - https://github.com/apitte/openapi/pull/18
- apitte/debug - https://github.com/apitte/debug/pull/5
- apitte/console - https://github.com/apitte/console/pull/8
- apitte/fullstack - https://github.com/apitte/fullstack/releases/tag/v0.6.0
Update your composer.json right now.
{
"dependencies": {
"apitte/core": "^0.6.0",
"apitte/console": "^0.6.0",
"apitte/debug": "^0.6.0",
"apitte/middlewares": "^0.6.0",
"apitte/negotiation": "^0.6.0",
"apitte/openapi": "^0.6.0",
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Feel free to report any feedback to us.